# On boolean options, 0 means off/no/false, 1 means on/yes/true

# The IP to listen on
LISTENHOST=127.0.0.1

# The port to listen on
LISTENPORT=10025

# The host to forward the connection to
DESTHOST=127.0.0.1

# The port to forward the connection to
DESTPORT=10026

# How many parallel checks can be done in parallel
CHILDREN=3

# user ID to run as
RUNAS=_spampd

# Wether or not to tag all messages (0/1)
TAGALL=1

# Wether or not to use auto-whitelisting (0/1)
AUTOWHITELIST=0

# Wether or not to do only local checks
# if this is turned on, no network based checks
# (like DNS-Blacklists) are done. (0/1)
LOCALONLY=1

# Wether to prefer INET (network,1) for syslog logging
# instead of UNIX (unix domain socket,0) (0/1)
LOGINET=0

# The following sample entry enables use of a config file
# by spampd which can be used to override parameters from
# the system-wide SpamAssassin configuration
#
#CONFIG=/etc/spampd.conf
#
# Additional options
#OPTIONS=""
