Parent Directory | Revision Log | Revision Graph
Update to 0.83
1 | Listen 0.0.0.0:25 smtp |
2 | AcceptFilter smtp none |
3 | ## "smtp" and the AcceptFilter are required for Linux, FreeBSD |
4 | ## with apache >= 2.1.5, for others it doesn't hurt. See also |
5 | ## http://httpd.apache.org/docs/2.2/mod/core.html#acceptfilter |
6 | ## and http://httpd.apache.org/docs/2.2/mod/mpm_common.html#listen |
7 | |
8 | <Perl> |
9 | use Apache::Qpsmtpd; |
10 | $ENV{QPSMTPD_CONFIG} = "/etc/qpsmtpd"; |
11 | </Perl> |
12 | |
13 | <VirtualHost _default_:25> |
14 | PerlModule Apache::Qpsmtpd |
15 | PerlProcessConnectionHandler Apache::Qpsmtpd |
16 | </VirtualHost> |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |