]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blob - debian/spamass-milter.default
* Document that using the -x option requires being in the smmsp group
[deb_pkgs/spamass-milter.git] / debian / spamass-milter.default
1 # spamass-milt startup defaults
2
3 # OPTIONS are passed directly to spamass-milter.
4 # man spamass-milter for details
5
6 # Non-standard configuration notes:
7 # See README.Debian if you use the -x option with sendmail
8 # You should not pass the -d option in OPTIONS; use SOCKET for that.
9
10 # Default, use the spamass-milter user as the default user, ignore
11 # messages from localhost
12 OPTIONS="-u spamass-milter -i 127.0.0.1"
13
14 # Reject emails with spamassassin scores > 15.
15 #OPTIONS="-r 15"
16
17 # Do not modify Subject:, Content-Type: or body.
18 #OPTIONS="-m"
19
20 ######################################
21 # If /usr/sbin/postfix is executable, the following are set by
22 # default. You can override them by uncommenting and changing them
23 # here.
24 ######################################
25 # SOCKET="/var/spool/postfix/spamass/spamass.sock"
26 # SOCKETOWNER="postfix:postfix"
27 # SOCKETMODE="0660"
28 ######################################