summaryrefslogtreecommitdiffstats
path: root/spamass-milter/rc-conf
blob: d8c7b29c0f9ee2c0d075ec615bc23ceb1898c1d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ARGS are passed directly to spamass-milter.
# man spamass-milter for details

# use nobody's ~/.spamassassin/user_prefs if mail has multiple recipients
# ignore messages from localhost

# this one is the right one for use a smtpd_milters
# Reject emails with spamassassin scores > 7 : option -r 7
# Do not modify Subject:, Content-Type: or body option -m
ARGS="-u nobody -m -r 7 -i 127.0.0.1 -f -p /var/run/spamass.sock"

SOCKET="/var/run/spamass.sock"
SOCKETOWNER="postfix:postfix"
SOCKETMODE="0660"