openbsd-ports/mail/mimedefang/pkg/MESSAGE
sthen 846823df95 update to 2.63
ok steven
2007-11-02 22:40:03 +00:00

14 lines
381 B
Plaintext

To finish installation you should add following line to
your .mc files:
INPUT_MAIL_FILTER(`mimedefang', \
`S=unix:/var/run/mdefang/mimedefang.socket, \
F=T, T=S:360s;R:360s;E:15m')dnl
If you wish to start up mimedefang automatically during system
startup, add the following lines to /etc/rc.local:
if [ -f ${SYSCONFDIR}/rc.mimedefang ]; then
. ${SYSCONFDIR}/rc.mimedefang
fi