You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
878 B
21 lines
878 B
6 years ago
|
--- 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
|
||
|
|
||
|
|