summarylogtreecommitdiffstats
path: root/spamass-milter-0.4.0-pathnames.patch
diff options
context:
space:
mode:
authorRich Li2015-06-10 21:02:24 -0600
committerRich Li2015-06-10 21:02:24 -0600
commitc0e94c564b390f2d5ea5ac07ed613876370835e9 (patch)
tree9ced437aa67e60b4671b629c7751facb02bcd604 /spamass-milter-0.4.0-pathnames.patch
parent09f03a310067c2285547a658428097dc1e5da5ed (diff)
downloadaur-c0e94c564b390f2d5ea5ac07ed613876370835e9.tar.gz
Update to upstream version 0.4.0
Diffstat (limited to 'spamass-milter-0.4.0-pathnames.patch')
-rw-r--r--spamass-milter-0.4.0-pathnames.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/spamass-milter-0.4.0-pathnames.patch b/spamass-milter-0.4.0-pathnames.patch
new file mode 100644
index 000000000000..f3f95ab6d54d
--- /dev/null
+++ b/spamass-milter-0.4.0-pathnames.patch
@@ -0,0 +1,20 @@
+--- README
++++ README
+@@ -42,7 +42,7 @@ put the spamass-milter binary and set th
+ you want to use. YOU WILL MOST LIKELY HAVE TO EDIT THE VARIABLES ON
+ TOP OF THIS FILE.
+
+-Then start the daemon via /etc/init.d/spamass-milter start and make
++Then start the daemon via /etc/rc.d/init.d/spamass-milter start and make
+ sure it didn't crash/terminate immediately. If it does, there should
+ usually be syslog output.
+
+@@ -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=local:/var/run/sendmail/spamass.sock, F=, T=C:15m;S:4m;R:4m;E:10m')dnl
++INPUT_MAIL_FILTER(`spamassassin', `S=unix:/var/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
+
+