mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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>
16 lines
560 B
Plaintext
16 lines
560 B
Plaintext
************************************************************************
|
|
|
|
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.
|
|
|
|
************************************************************************
|