X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fspamass-milter.default;h=a2c49e07b712db1cffe82bf75c9ee2b74fce8217;hb=b2e4b7efa05532e6b55579fb44d0c378b447af44;hp=972cacd2ff635a67cdae0adebb4e37ccce9ef9bf;hpb=dede31818538268c78498b3b9ba53f39049b08be;p=deb_pkgs%2Fspamass-milter.git diff --git a/debian/spamass-milter.default b/debian/spamass-milter.default index 972cacd..a2c49e0 100644 --- a/debian/spamass-milter.default +++ b/debian/spamass-milter.default @@ -5,7 +5,7 @@ # Default, use the nobody user as the default user, ignore messages # from localhost -OPTIONS="-u nobody -i 127.0.0.1" +OPTIONS="-u spamass-milter -i 127.0.0.1" # Reject emails with spamassassin scores > 15. #OPTIONS="-r 15" @@ -19,6 +19,6 @@ OPTIONS="-u nobody -i 127.0.0.1" # here. ###################################### # SOCKET="/var/spool/postfix/spamass/spamass.sock" -# RUNAS="postfix:postfix" -# PIDFILE="/var/spool/postfix/spamass/spamass.pid" -###################################### \ No newline at end of file +# SOCKETOWNER="postfix:postfix" +# SOCKETMODE="0660" +######################################