# Defaults for spfmilter

# Some possibly useful options:
# --trustedforwarders (use the trusted-forwarder.org whitelist)
# --localpolicy "local SPF policy" (add a local SPF policy to all checks)
# --recipientmx (skip SPF checks if received from the recipient's backup MX)
# remove --markonly to reject SPF-fail emails in the SMTP conversation
#   (instead of merely tagging their headers)
DAEMON_OPTS="--markonly"
# Uncomment this to disable the warning about {auth_type} missing from
# Milter.macros.envfrom (see README.Debian.gz for more information)
#NO_MACROS_CHECK=1
# Use this to listen on an alternate socket
#SOCKET="inet:54321" # listen to the whole world on port 54321
#SOCKET="inet:12345@localhost" # listen just on loopback on port 12345
#SOCKET="inet:12345@10.2.3.4" # listen on 10.2.3.4 on port 12345
