fd47d25311
- Drop cliopts patch fixed upstream, use upstream's "--forground" option name - Fix main.cvd (fedora #1325482, epel #1325717) - Own bytecode.cld (#1176252) and mirrors.dat, ship bytecode.cvd - Update daily.cvd - Fixup Requires(pre) usage (#1319151)
15 lines
470 B
Plaintext
15 lines
470 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 --foreground=yes
|