]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blobdiff - debian/spamass-milter.default
SOCKETMODE options accordingly (closes: #391789) Thanks to Zach
[deb_pkgs/spamass-milter.git] / debian / spamass-milter.default
index 85cfd62daa1331c0fa586cd16408ed06ba4a4192..bc971fa452ade67b7f57b08822b576b2b5c0eb5c 100644 (file)
@@ -13,7 +13,12 @@ OPTIONS="-u nobody -i 127.0.0.1"
 # Do not modify Subject:, Content-Type: or body.
 #OPTIONS="-m"
 
-# If you are using postfix, you probably want to uncomment the following
+######################################
+# 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"
-# RUNAS="postfix"
-# PIDFILE="/var/spool/postfix/spamass/spamass.pid"
\ No newline at end of file
+# PIDFILE="/var/spool/postfix/spamass/spamass.pid"
+# SOCKETMODE="0666"
+######################################
\ No newline at end of file