/[smeserver]/rpms/qpsmtpd/sme7/qpsmtpd.conf
ViewVC logotype

Annotation of /rpms/qpsmtpd/sme7/qpsmtpd.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Oct 16 23:00:23 2009 UTC (14 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: qpsmtpd-0_83-0_4_el4_sme, qpsmtpd-0_83-0_9_el4_sme, qpsmtpd-0_83-0_8_el4_sme, qpsmtpd-0_83-0_10_el4_sme, qpsmtpd-0_83-0_3_el4_sme, qpsmtpd-0_83-0_1_el4_sme, qpsmtpd-0_83-0_2_el4_sme, qpsmtpd-0_83-0_7_el4_sme, qpsmtpd-0_83-0_5_el4_sme, qpsmtpd-0_83-0_6_el4_sme, HEAD
Missing files

1 slords 1.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 RSS 2.0 feed