X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2FREADME.Debian;h=34f9962fe0a069252fc979f32018444f18122df7;hb=eba34c4d5ebd0fec4af12d9aceaffdb1bc8ca823;hp=ab43cc08ed3efbdf710815a80916679a801dfe7b;hpb=c7266fb65a48efe8db3985dea9271ee94b3cd69b;p=deb_pkgs%2Fspamass-milter.git diff --git a/debian/README.Debian b/debian/README.Debian index ab43cc0..34f9962 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -62,6 +62,8 @@ chroot. In recent versions of Debian the following should work: smtpd_milters = unix:/spamass/spamass.sock # milter macros useful for spamass-milter milter_connect_macros = j {daemon_name} v {if_name} _ + milter_data_macros = j i {auth_type} {daemon_name} v {if_name} _ + milter_rcpt_macros = j {auth_type} {daemon_name} v {if_name} _ See http://www.postfix.org/MILTER_README.html or /usr/share/doc/postfix/MILTER_README.gz (in postfix-doc) for @@ -96,11 +98,11 @@ if you're running postfix. RUNAS controls the user which spamass-milter runs as; defaults to spamass-milter. -If you want to use an inet socket for spamass-milter (like inet:9999), -then you'll need to make the following configuration changes in -/etc/default/spamass-milter: +If you want to use an inet socket for spamass-milter (like inet:9999 +or inet:9999@127.0.0.1), then you'll need to make the following +configuration changes in /etc/default/spamass-milter: -SOCKET="inet:9999" +SOCKET="inet:9999@127.0.0.1" SOCKETMODE="" SOCKETOWNER="" @@ -133,4 +135,4 @@ q and send the results along with your bug report using reportbug. - -- Don Armstrong , Fri, 13 Feb 2009 18:06:39 -0800 + -- Don Armstrong , Thu, 10 May 2018 11:15:25 -0700