summarylogtreecommitdiffstats
path: root/spamass-milter.README.Postfix
diff options
context:
space:
mode:
Diffstat (limited to 'spamass-milter.README.Postfix')
-rw-r--r--spamass-milter.README.Postfix13
1 files changed, 13 insertions, 0 deletions
diff --git a/spamass-milter.README.Postfix b/spamass-milter.README.Postfix
new file mode 100644
index 000000000000..c4b9eb54eaa0
--- /dev/null
+++ b/spamass-milter.README.Postfix
@@ -0,0 +1,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