X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fspamass-milter.default;h=afb56f9bfd84c7f5efb1ca4234f7853b39e76da2;hb=aed8c6a961f0907bc1f1768ed77ff6c4eaea6d70;hp=2178ecc0c05885cdcc5e12aaa6f29ef053f3afc0;hpb=045c0135f9aa0a3858e1bd27cbdfd1d9a425d43b;p=deb_pkgs%2Fspamass-milter.git diff --git a/debian/spamass-milter.default b/debian/spamass-milter.default index 2178ecc..afb56f9 100644 --- a/debian/spamass-milter.default +++ b/debian/spamass-milter.default @@ -3,9 +3,13 @@ # OPTIONS are passed directly to spamass-milter. # man spamass-milter for details -# Default, use the nobody user as the default user, ignore messages -# from localhost -OPTIONS="-u nobody -i 127.0.0.1" +# Non-standard configuration notes: +# See README.Debian if you use the -x option with sendmail +# You should not pass the -d option in OPTIONS; use SOCKET for that. + +# Default, use the spamass-milter user as the default user, ignore +# messages from localhost +OPTIONS="-u spamass-milter -i 127.0.0.1" # Reject emails with spamassassin scores > 15. #OPTIONS="-r 15" @@ -19,6 +23,6 @@ OPTIONS="-u nobody -i 127.0.0.1" # here. ###################################### # SOCKET="/var/spool/postfix/spamass/spamass.sock" -# PIDFILE="/var/spool/postfix/spamass/spamass.pid" # SOCKETOWNER="postfix:postfix" +# SOCKETMODE="0660" ######################################