blob: 7607d86969ac6c7ed8a539e6d4b2bc2930aa818f (
plain)
1
2
3
4
5
|
# For Postfix support, use a postfix-group-writable socket
# for communication with the MTA
# This uses a Debian-style chrooted postfix
SOCKET="/var/spool/postfix/spamass/spamass.sock"
SOCKET_OPTIONS="-g postfix"
|