X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fspamass-milter.default;h=8922fb582b9d2738e2907ffdaadaa0cb558cc6e1;hb=bef116225aaf81fc42373a387d73e78eb5b6c3fb;hp=985902c127f9171738c5c6798ccd3b99c005564e;hpb=5c5f4d9e741bf798bb8292046f23caf108b9792e;p=deb_pkgs%2Fspamass-milter.git diff --git a/debian/spamass-milter.default b/debian/spamass-milter.default index 985902c..8922fb5 100644 --- a/debian/spamass-milter.default +++ b/debian/spamass-milter.default @@ -3,15 +3,19 @@ # 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" +#OPTIONS="${OPTIONS} -r 15" # Do not modify Subject:, Content-Type: or body. -#OPTIONS="-m" +#OPTIONS="${OPTIONS} -m" ###################################### # If /usr/sbin/postfix is executable, the following are set by @@ -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" -###################################### \ No newline at end of file +# SOCKETMODE="0660" +######################################