]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blob - debian/spamass-milter.default
85cfd62daa1331c0fa586cd16408ed06ba4a4192
[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 # Default, use the nobody user as the default user, ignore messages
7 # from localhost
8 OPTIONS="-u nobody -i 127.0.0.1"
9
10 # Reject emails with spamassassin scores > 15.
11 #OPTIONS="-r 15"
12
13 # Do not modify Subject:, Content-Type: or body.
14 #OPTIONS="-m"
15
16 # If you are using postfix, you probably want to uncomment the following
17 # SOCKET="/var/spool/postfix/spamass/spamass.sock"
18 # RUNAS="postfix"
19 # PIDFILE="/var/spool/postfix/spamass/spamass.pid"