28b5848449
configuration run simultaneously; e.g. different key with different selector, or domain for dk-milter. This patch enables multiple instantiation. Almost the same as ports/91894 PR: ports/91895 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
15 lines
560 B
Text
15 lines
560 B
Text
************************************************************************
|
|
|
|
In order to run this port, please add the following lines to
|
|
/etc/mail/<your_configuration>.mc:
|
|
|
|
INPUT_MAIL_FILTER(`dk-filter', `S=unix:/var/run/dk-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 milterdk_enable="YES" in
|
|
your /etc/rc.conf.
|
|
Extra options can be found in startup script.
|
|
|
|
************************************************************************
|