blob: c4b9eb54eaa0b22a656e1a65bd8c64b9effcf766 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Installing the spamass-milter-postfix package changes the default behaviour
of spamass-milter to be more Postfix-friendly, i.e.:
The Unix-domain socket used for MTA communication is changed to
/var/run/spamass-milter/postfix/sock, and that socket is
writable by the postfix group.
To configure Postfix to use the milter, add to /etc/postfix/main.cf:
smtpd_milters = unix:/var/run/spamass-milter/postfix/sock
For further information, see:
http://www.postfix.org/MILTER_README.html
|