On 12/07/09 23:22, Robin Bowes wrote:
> Hi,
> 
> The attached file is a sample config which can be dropped into
> /etc/httpd/conf.d on Redhat-flavoured boxes to enable qpsmtpd-apache.
> 
> Please feel free to include in a future release.
> 

<sigh>

And that one seems to have some errant UTF8 characters through my
copy-and-pasting.

Correct file attached.

R.
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

<Perl>
    use lib qw( /usr/lib/perl5/site_perl/Qpsmtpd );
    use Apache::Qpsmtpd;
    $ENV{QPSMTPD_CONFIG} = "/etc/qpsmtpd";
</Perl>

<VirtualHost _default_:25>
    PerlModule Apache::Qpsmtpd
    PerlProcessConnectionHandler Apache::Qpsmtpd
</VirtualHost>

Reply via email to