# ip address and port to listen on
LISTEN=127.0.0.1:10025
# ip address and port to send processed mail
RELAYHOST=127.0.0.1:10026
# Options (see man page)
OPTIONS="--local-only --tagall --auto-whitelist"

