blob: b67030a4585bfebad2ba753801c1c8cf1e90b86a (
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
${PREFIX}/etc/postfix/main.cf:
smtpd_milters = unix:/var/run/milterdk/filter
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
}
]
|