--- 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