blob: e8a508040102d295728e9515d48bb69f241b504d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[
{ 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
}
]
|