Author: glen Date: Wed Jun 13 20:38:32 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - one generated with: apache-spamd.pl --httpd_conf=/etc/mail/spamassassin/spamd-apache2.conf
---- Files affected: SOURCES: spamd-apache2.conf (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/spamd-apache2.conf diff -u /dev/null SOURCES/spamd-apache2.conf:1.1 --- /dev/null Wed Jun 13 22:38:32 2007 +++ SOURCES/spamd-apache2.conf Wed Jun 13 22:38:27 2007 @@ -0,0 +1,24 @@ +# generated by /usr/bin/apache-spamd.pl on Wed Jun 13 23:37:21 2007 +ServerName builder-ac +PidFile "/var/run/apache-spamd.pid" +ErrorLog "spamd.log" +LoadModule perl_module /usr/lib/apache/mod_perl.so +StartServers 1 +MinSpareServers 1 +MaxSpareServers 2 +MaxClients 5 +MaxRequestsPerChild 200 +TimeOut 30 +Listen 127.0.0.1:783 +PerlLoadModule Mail::SpamAssassin::Spamd::Apache2::Config +SAenabled on +SAAllow from 127.0.0.1 +SAtimeout 300 +SAdebug info +SANew home_dir_for_helpers "/home/glen" +SANew PREFIX "/usr" +SANew DEF_RULES_DIR "/usr/share/spamassassin" +SANew LOCAL_RULES_DIR "/etc/mail/spamassassin" +SANew LOCAL_STATE_DIR "/var/lib" +SAUsers local +# vim: filetype=apache ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
