pkg-descr

implements DomainKeys Identified Mail draft standard for signing
and verifying e-mail messages.

Details regarding the protocol and other issues related to the
draft standard can be found at http://mipassoc.org/dkim/

WWW: http://sourceforge.net/projects/dkim-milter/

pkg-message

************************************************************************

In order to run this port, please add the following lines to
/etc/mail/.mc:

INPUT_MAIL_FILTER(`dkim-filter', `S=unix:/var/run/milterdkim/filter, F=T, T=R:2m')

And to run the milter from startup, add milterdkim_enable="YES" in
your /etc/rc.conf.
Extra options can be found in startup script.

************************************************************************

pkg-message.postfix

************************************************************************

In order to run this port, please add the following lines to
${PREFIX}/etc/mail/main.cf:

smtpd_milters = unix:/var/run/milterdkim/filter

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.

************************************************************************