#
# Options to spamd
# -d added in initscript, no need to specify it here
# use -x -q -H /var/lib/spamd for sql setup
SPAMDOPTIONS=""

#
# spamd starts child processes under "noboby" user if main
# running under "root" user and "-u" option is not used.
# Child processes have not permission for write bayes_journal
# to /var/spool/spamassassin at this case. So, CHILDUSER
# should be specified and should be correspond to directory
# permission.
#
# ATTENTION! You must to clean bayes_journal periodically.
#
#CHILDUSER=mail - for non-sql setup
#CHILDUSER=spamd - for sql setup
