2009-03-08 11:38:36 +00:00
|
|
|
|
|
|
|
### Uncomment these lines when you want clamav-milter to be a milter
|
2009-03-08 14:49:39 +00:00
|
|
|
### for a locally running MTA
|
2009-03-08 11:38:36 +00:00
|
|
|
#start on starting\ sendmail
|
|
|
|
#start on starting sendmail
|
|
|
|
#start on starting\ postfix
|
|
|
|
#start on starting postfix
|
|
|
|
|
|
|
|
### Uncomment these lines when you want clamav-milter to be a milter
|
2009-03-08 14:49:39 +00:00
|
|
|
### for a remotely running MTA
|
2009-03-08 11:38:36 +00:00
|
|
|
#start on starting\ local
|
|
|
|
#start on starting local
|
|
|
|
|
|
|
|
stop on runlevel 0
|
|
|
|
stop on runlevel 1
|
|
|
|
stop on runlevel 6
|
|
|
|
|
|
|
|
respawn
|
2009-03-08 13:24:07 +00:00
|
|
|
exec /usr/sbin/clamav-milter -c /etc/mail/clamav-milter.conf --nofork=yes
|