freebsd-ports/mail/dkim-milter/pkg-message.postfix
Felippe de Meirelles Motta 6923039945 - Update to 2.6.0.
- Added note on UPDATING to upgrade dkim-milter.

PR:		ports/124486
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Approved by:	gabor (mentor, implicit)
2008-06-17 01:50:05 +00:00

15 lines
537 B
Text

************************************************************************
In order to run this port, write your dkim-filter.conf and add your
milter socket path in ${PREFIX}/etc/mail/main.cf:
smtpd_milters = _YOUR_SOCKET_PATH_
And to run the milter from startup, add milterdkim_enable="YES" in
your /etc/rc.conf.
Extra options can be found in startup script.
Note: milter sockets must be accessible from postfix/smtpd;
using inet sockets might be preferred.
************************************************************************