2004-11-17 06:00:01 -05:00
|
|
|
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:
|
|
|
|
|
2008-10-28 11:21:48 -04:00
|
|
|
/etc/rc.conf.local:
|
2006-04-19 05:27:07 -04:00
|
|
|
smtp_vilter_flags="" # for normal use ""
|
2004-11-17 06:00:01 -05:00
|
|
|
|
2008-10-28 11:21:48 -04:00
|
|
|
/etc/rc.local:
|
2006-04-19 05:27:07 -04:00
|
|
|
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
|