X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fspamass-milter.default;h=afb56f9bfd84c7f5efb1ca4234f7853b39e76da2;hb=77b6743d4b42b633eb1fca5e578aff17c3dcfa83;hp=dad54582a57c7bdc6a459fa2a9a4fd885c542a7b;hpb=b710828435b1f296a81fb7f239b64ce7a1b3e9b8;p=deb_pkgs%2Fspamass-milter.git diff --git a/debian/spamass-milter.default b/debian/spamass-milter.default index dad5458..afb56f9 100644 --- a/debian/spamass-milter.default +++ b/debian/spamass-milter.default @@ -3,12 +3,26 @@ # 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" # Do not modify Subject:, Content-Type: or body. #OPTIONS="-m" + +###################################### +# If /usr/sbin/postfix is executable, the following are set by +# default. You can override them by uncommenting and changing them +# here. +###################################### +# SOCKET="/var/spool/postfix/spamass/spamass.sock" +# SOCKETOWNER="postfix:postfix" +# SOCKETMODE="0660" +######################################