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.
 
 
 
 
 
 

28 lines
1.1 KiB

--- 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
In addition:
--- 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