2006-09-24 19:01:15 +02:00
|
|
|
************************************************************************
|
|
|
|
|
|
|
|
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;
|
2006-10-01 17:06:48 +02:00
|
|
|
using inet sockets might be preferred.
|
2006-09-24 19:01:15 +02:00
|
|
|
|
|
|
|
************************************************************************
|