#
# Options to spamd
# -d added in initscript, no need to specify it here
#
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
