openbsd-ports/mail/smtp-vilter/pkg/MESSAGE
2008-10-28 15:21:48 +00:00

15 lines
428 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_flags="" # for normal use ""
/etc/rc.local:
if [ X"${smtp_vilter_flags}" != X"NO" -a \
-x ${PREFIX}/sbin/smtp-vilter ]; then
echo -n ' smtp-vilter'
${PREFIX}/sbin/smtp-vilter ${smtp_vilter_flags}
fi