# Available options:
#
# --localpolicy spf-mechanism	add local SPF policy mechanisms
# --guess spf-mechanism         add guess SPF policy mechanisms
# --trustedforwarders		use the trusted-forwarder.org whitelist
# --recipientmx                 whitelist mail from recipients' MX hosts
# --markonly			don't reject failed messages, tag only
# --explanation text		add default rejection text
# --debug                       write debugging info to syslog
#
SPFMILTER_OPTIONS="--markonly --recipientmx"

# Socket name should line up with the MAIL_FILTER entry in your sendmail
# configuration file.
SPFMILTER_SOCKET="unix:/var/run/spfmilter/spfmilter.sock"

# Name of PID file to write (must be writable by user spfmilt)
SPFMILTER_PIDFILE=/var/run/spfmilter.pid

# Whitelist file
SPFMILTER_WHITELIST=/etc/mail/spfmilter-whitelist

# Fallback records file
SPFMILTER_FALLBACK=/etc/mail/spfmilter-fallback

