openbsd-ports/mail/mimedefang/pkg
2011-06-02 13:41:36 +00:00
..
DESCR
mimedefang_daemon.rc Simplify after recent rc.subr change. 2010-12-27 14:50:22 +00:00
mimedefang_multiplexor.rc Simplify after recent rc.subr change. 2010-12-27 14:50:22 +00:00
PLIST Sanitize some @unexec/@extraunexec calls to rm: move them up in the 2011-05-11 12:57:47 +00:00
README Add a consistent header that substitutes FULLPKGNAME for the READMEs. 2011-06-02 13:41:36 +00:00

$OpenBSD: README,v 1.2 2011/06/02 13:41:39 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

Post-installation steps
=======================
Register the mimedefang milter with sendmail(8) by adding the following
to your .mc file:

	INPUT_MAIL_FILTER(`mimedefang', \
		`S=unix:/var/run/mdefang/mimedefang.socket, \
		F=T, T=S:360s;R:360s;E:15m')dnl

Then re-generate your .cf file.

Start-up order
==============
Be sure to start mimedefang_multiplexor before mimedefang_daemon in
rc.local(8).