a57993cf08
latter location.
15 lines
428 B
Plaintext
Executable File
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
|