c12c295f10
This reverts commit 383d5967a8
.
15 lines
466 B
Plaintext
15 lines
466 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 runlevel [345] and starting local
|
|
|
|
stop on runlevel [!345]
|
|
|
|
respawn
|
|
exec /usr/sbin/clamav-milter -c /etc/mail/clamav-milter.conf --nofork=yes
|