# --ignore-localhost ignore mail to/from localhost (used for virus scanner)
IGNORE_LOCALHOST=1

# --ignore-host=HOST ignore mail to/from HOST (used for virus scanner)
#IGNORE_HOST=host.domain.tld

# --only-mail-rrd    update only the mail rrd
ONLY_MAIL=0

# --only-virus-rrd   update only the virus rrd
ONLY_VIRUS=0

# --rbl-is-spam      count rbl rejects as spam
RBL_IS_SPAM=1

# --virbl-is-virus   count virbl rejects as viruses
# (ALT note: virbl is a dnsbl zone virbl.dnsbl.bit.nl, see http://virbl.bit.nl/ for details)
VIRBL_IS_VIRUS=1

# log defaults
MAIL_LOG=/var/log/maillog
DAEMON_LOG=/var/log/mailgraph/mailgraph.log
