freebsd-ports/mail/dk-milter/pkg-message
2019-08-13 22:29:42 +00:00

14 lines
350 B
Text

[
{ type: install
message: <<EOM
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')
And to run the milter from startup, add milterdk_enable="YES" in
your /etc/rc.conf.
Extra options can be found in startup script.
EOM
}
]