aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgrey/templates/postgrey.sysconfig
blob: f08b8f6f7141ed9925355d5e1b6be21858fb92e9 (plain)
1
2
3
4
5
6
7
8
9
10
# change default configuration option here

# default: unix socket
SOCKET="--unix=/var/spool/postfix/extern/postgrey/socket"

# to use an inet socket instead
#SOCKET="--inet=127.0.0.1:10031"

# enable whitelisting
OPTIONS="$OPTIONS --auto-whitelist-clients"