b4b077fb16
- new switch WITH_POSTFIX_MILTER - assign a new user `dkfilter' to run the milter as a non-priviledged process PR: ports/103490 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (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(`dk-filter', `S=unix:/var/run/milterdk/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.
|
|
|
|
************************************************************************
|