summaryrefslogtreecommitdiff
path: root/package/services=d
blob: 6a7dac595f1cedbcf1434ef710188fc105e7d25c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
svc:send:qmail-send:run_send
svc:smtp:qmail-smtpd:run_smtpd
svc:smtps:qmail-smtpsd:run_smtpsd
svc:submission:qmail-smtpsub:run_smtpsub
svc:pop3:qmail-pop3d:run_pop3d
svc:pop3s:qmail-pop3sd:run_pop3sd
#svc:qmqp:qmail-qmqpd:run_qmqpd 
#svc:qmtp:qmail-qmtpd:run_qmtpd 
#svc:qmtps:qmail-qmtpsd:run_qmtpsd

s/qmail supports those svc services listed after the fist colon.
The part after the second colon referes to the service-name of the 
/service directory; eg. /service/qmail-send.

After the the second colon follows the provided default 
'run' script for the service.

Logging will be automatically actived with the 
service name under a common directory following the 
'log' service; e.g. /var/log/qmail-send.

Services mentioned here will be auto-generated. 

Lines without the initial token 'svc' will be disregarded.