summarylogtreecommitdiffstats
path: root/spamass-milter-0.4.0-rundir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'spamass-milter-0.4.0-rundir.patch')
-rw-r--r--spamass-milter-0.4.0-rundir.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/spamass-milter-0.4.0-rundir.patch b/spamass-milter-0.4.0-rundir.patch
new file mode 100644
index 000000000000..4701bec5b346
--- /dev/null
+++ b/spamass-milter-0.4.0-rundir.patch
@@ -0,0 +1,28 @@
+--- README.Postfix
++++ README.Postfix
+@@ -2,12 +2,12 @@ Installing the spamass-milter-postfix pa
+ 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
++ /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
++ smtpd_milters = unix:/run/spamass-milter/postfix/sock
+
+ For further information, see:
+ http://www.postfix.org/MILTER_README.html
+--- README
++++ README
+@@ -54,7 +54,7 @@ Now you need to make sendmail use the pl
+ configuring sendmail through m4 & the sendmail.mc files. In this case
+ adding the lines
+
+-INPUT_MAIL_FILTER(`spamassassin', `S=unix:/var/run/spamass-milter/spamass-milter.sock, F=, T=C:15m;S:4m;R:4m;E:10m')dnl
++INPUT_MAIL_FILTER(`spamassassin', `S=unix:/run/spamass-milter/spamass-milter.sock, F=, T=C:15m;S:4m;R:4m;E:10m')dnl
+ define(`confMILTER_MACROS_ENVRCPT',confMILTER_MACROS_ENVRCPT`, b, r, v, Z')dnl
+
+