c477d047fc
configuration run simultaneously; e.g. different key with different selector, or domain for dkim-milter. This update enables multiple instantiation. PR: ports/91894 Submitted by: Hirohisa Yamaguchi (maintainer)
15 lines
566 B
Text
15 lines
566 B
Text
************************************************************************
|
|
|
|
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/dkim-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.
|
|
|
|
************************************************************************
|