]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blob - debian/spamass-milter.default
add trailing \n to .default
[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 ######################################
17 # If /usr/sbin/postfix is executable, the following are set by
18 # default. You can override them by uncommenting and changing them
19 # here.
20 ######################################
21 # SOCKET="/var/spool/postfix/spamass/spamass.sock"
22 # PIDFILE="/var/spool/postfix/spamass/spamass.pid"
23 # SOCKETOWNER="postfix:postfix"
24 ######################################