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

In order to run this port, write your dkim-filter.conf and add your
milter socket `socketspec' in ${PREFIX}/etc/mail/main.cf:

smtpd_milters = _YOUR_SOCKET_SPEC_

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.

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