openbsd-ports/mail/smtp-vilter/pkg/MESSAGE
mbalmer 93985f9733 mail/smtp-vilter, a sendmail milter for email content scanning using
different backends (clamd, spamd, savse).

ok naddy@, alek@
2004-11-17 11:00:01 +00:00

15 lines
401 B
Plaintext
Executable File

smtp-vilter has been installed as ${PREFIX}/sbin/smtp-vilter.
See smtp-vilter(8) for instructions on how to register the milter.
To start the milter automatically on startup, one can use:
/etc/rc.conf.local
smtp-vilter=YES
/etc/rc.local
if [ X"${smtp-vilter}" == X"YES" -a \
-x ${PREFIX}/sbin/smtp-vilter ]; then
echo -n ' smtp-vilter'
${PREFIX}/sbin/smtp-vilter
fi