1
2PerlSwitches @ServerRoot@/../lib
3
4# this has to be named *.last, because it uses PerlLoadModule, which
5# starts mod_perl; as PerlSwitches are defined later, this causes
6# the "mod_perl already running" error.
7
8# preload the module
9PerlModule Mail::SpamAssassin::Spamd::Apache2
10PerlModule Mail::SpamAssassin::Spamd::Apache2::AclIP
11PerlModule Mail::SpamAssassin::Spamd::Apache2::AclRFC1413
12PerlLoadModule Mail::SpamAssassin::Spamd::Apache2::Config
13
14SAenabled on
15SAAllow from 127.0.0.1
16SAtimeout 300
17SAdebug info
18SANew home_dir_for_helpers @ServerRoot@
19SAUsers local
20
21# vim: filetype=apache
22