aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dkim-milter/pkg-message.postfix
blob: 48ee6898cf84e16dac2c252cec19de537a2a3d44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
************************************************************************

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.

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