X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2FREADME.Debian;h=b58575130ae9bb3d95c66187bded745e6247d003;hb=1f97efb358a73d5dd47aeb8f86a96a40d6c32538;hp=309eb50a193039854572379acfabc15bc8c594cb;hpb=4d4e8dafb5646d8781dbf5fcdf695e8ca92227d1;p=deb_pkgs%2Fspamass-milter.git diff --git a/debian/README.Debian b/debian/README.Debian index 309eb50..b585751 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -11,7 +11,7 @@ something like: # spamassassin settings INPUT_MAIL_FILTER(`spamassassin', - `S=local:/var/run/sendmail/spamass.sock, F=, + `S=local:/var/run/spamass/spamass.sock, F=, T=S:4m;R:4m;E:10m')dnl Briefly, the F=, tells sendmail to just pass the connection through if @@ -42,13 +42,17 @@ You need to edit /etc/postfix/main.cf and configure smptpd_milters so that postfix connects to the spamass-milter socket. Something like: # spamass-milter configuration - smtpd_milters = unix:/var/run/sendmail/spamass.sock + smtpd_milters = unix:/var/spool/postfix/spamass/spamass.sock should work. See http://www.postfix.org/MILTER_README.html or /usr/share/doc/postfix/MILTER_README.gz (in postfix-doc) for information on how to set tempfail and the various timeouts that the sendmail configuration above uses. +You'll also want to change /etc/default/spamass-milter to use the +SOCKET above, and also enable RUNAS so that it runs as the same user +that will be connecting to the socket. + ------------------------------------------------------------- Adjusting how spamass-milter is started ------------------------------------------------------------- @@ -86,4 +90,4 @@ q and send the results along with your bug report using reportbug. - -- Don Armstrong , Tuesday, September 12, 2006 20:24:40 PDT + -- Don Armstrong , Tue, 2 Jan 2007 06:40:24 -0800