aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dkim-milter/pkg-message
blob: bda6e108405d41cfb4f13eacd7f44c0d081dc399 (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
/etc/mail/<your_configuration>.mc:

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

define(`confMILTER_MACROS_CONNECT', `j, {daemon_name}')
define(`confMILTER_MACROS_ENVFROM', `i, {auth_type}')

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

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