summarylogtreecommitdiffstats
path: root/spamass-milter-0.4.0-pathnames.patch
blob: f3f95ab6d54d1a0bdf48515d0b62a46ba7b33064 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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