X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2FREADME.Debian;fp=debian%2FREADME.Debian;h=ab43cc08ed3efbdf710815a80916679a801dfe7b;hb=c7266fb65a48efe8db3985dea9271ee94b3cd69b;hp=16d50d5ac97d1db2812834d783cde4f8be2020d8;hpb=ad90c76cdb49cb6c1c85050a00f17932286f784d;p=deb_pkgs%2Fspamass-milter.git diff --git a/debian/README.Debian b/debian/README.Debian index 16d50d5..ab43cc0 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -37,6 +37,13 @@ See http://www.sendmail.com/partner/resources/development/milter_api/installatio and http://www.sendmail.org/m4/adding_mailfilters.html#INPUT_MAIL_FILTER for more information on milters. +If you are using the alias expansion method, -x, you will need to add +spamass-milter to the smmsp group using: + + adduser spamass-milter smmsp; + +This does not need to be done unless you are using alias expansion. + -------------------------------------------------------------- Integrating spamass-milter into your postfix installation -------------------------------------------------------------- @@ -89,6 +96,14 @@ 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: + +SOCKET="inet:9999" +SOCKETMODE="" +SOCKETOWNER="" + ------------------------------------------------------------- Debugging spamass-milter ------------------------------------------------------------- @@ -118,4 +133,4 @@ q and send the results along with your bug report using reportbug. - -- Don Armstrong , Tue, 20 Jan 2009 19:39:51 -0800 + -- Don Armstrong , Fri, 13 Feb 2009 18:06:39 -0800