blob: b13df9057ef25bcab6e537ee90974bf3a7503bcb [file] [log] [blame]
PerlSwitches @ServerRoot@/../lib
# this has to be named *.last, because it uses PerlLoadModule, which
# starts mod_perl; as PerlSwitches are defined later, this causes
# the "mod_perl already running" error.
# preload the module
PerlModule Mail::SpamAssassin::Spamd::Apache2
PerlModule Mail::SpamAssassin::Spamd::Apache2::AclIP
PerlModule Mail::SpamAssassin::Spamd::Apache2::AclRFC1413
PerlLoadModule Mail::SpamAssassin::Spamd::Apache2::Config
SAenabled on
SAAllow from 127.0.0.1
SAtimeout 300
SAdebug info
SANew home_dir_for_helpers @ServerRoot@
SAUsers local
# vim: filetype=apache