X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2FREADME.Debian;h=65b6a5dc3bb8711f08f481d0448c3f2c452a4a18;hb=cf66a1f3dea7a9dcd2700694157c74c7e056dd48;hp=7933fbba238d7c2734d6fcd7dd483076547389bc;hpb=cbf22a45406d04ec060ed1ddea984a526f510b60;p=deb_pkgs%2Fspamass-milter.git diff --git a/debian/README.Debian b/debian/README.Debian index 7933fbb..65b6a5d 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -6,13 +6,16 @@ You will need to edit /etc/mail/sendmail.mc and add an INPUT_MAIL_FILTER line that connects to the spamass-milter socket. By default the spamass-milter socket is -/var/run/sendmail/spamass.sock; so your INPUT_MAIL_FILTER should look +/var/run/spamass/spamass.sock; so your INPUT_MAIL_FILTER should look 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 + define(`confMILTER_MACROS_CONNECT',`t, b, j, _, {daemon_name}, {if_name}, {if_addr}')dnl + define(`confMILTER_MACROS_HELO',`s, {tls_version}, {cipher}, {cipher_bits}, {cert_subject}, {cert_issuer}')dnl + define(`confMILTER_MACROS_ENVRCPT',`b, i, j, r, v, Z, _')dnl Briefly, the F=, tells sendmail to just pass the connection through if the milter fails. This is most likely the setting you want. If you @@ -42,7 +45,7 @@ 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/postfix/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 @@ -90,4 +93,4 @@ q and send the results along with your bug report using reportbug. - -- Don Armstrong , Fri, 13 Oct 2006 01:03:04 -0700 + -- Don Armstrong , Tue, 2 Jan 2007 08:22:46 -0800