freebsd-ports/mail/dk-milter/pkg-message
Andrey Slusar 28b5848449 In some cases, several instances of a milter with different
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>
2006-01-17 14:10:08 +00:00

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.
************************************************************************