17 lines
492 B
Plaintext
17 lines
492 B
Plaintext
### !!! Uncomment only *one* of the 'start on' statements !!!
|
|
|
|
### Uncomment these lines when you want clamav-milter to be a milter
|
|
### for a locally running MTA
|
|
#start on (starting sendmail or starting postfix)
|
|
|
|
### Uncomment these lines when you want clamav-milter to be a milter
|
|
### for a remotely running MTA
|
|
#start on starting local
|
|
|
|
stop on (runlevel 0 or
|
|
runlevel 1 or
|
|
runlevel 6)
|
|
|
|
respawn
|
|
exec /usr/sbin/clamav-milter -c /etc/mail/clamav-milter.conf --nofork=yes
|