Author: vetinari Date: Sun Aug 5 00:05:34 2007 New Revision: 766 Modified: trunk/lib/Apache/Qpsmtpd.pm
Log: Doc update for Apache 2.2: use AcceptFilter w/ Linux, FreeBSD Modified: trunk/lib/Apache/Qpsmtpd.pm ============================================================================== --- trunk/lib/Apache/Qpsmtpd.pm (original) +++ trunk/lib/Apache/Qpsmtpd.pm Sun Aug 5 00:05:34 2007 @@ -172,7 +172,12 @@ =head1 SYNOPSIS - Listen 0.0.0.0:25 + Listen 0.0.0.0:25 smtp + AcceptFilter smtp none + ## "smtp" and the AcceptFilter are required for Linux, FreeBSD + ## with apache >= 2.1.5, for others it doesn't hurt. See also + ## http://httpd.apache.org/docs/2.2/mod/core.html#acceptfilter + ## and http://httpd.apache.org/docs/2.2/mod/mpm_common.html#listen LoadModule perl_module modules/mod_perl.so
