/[Apache-SVN]/httpd/sandbox/mod_pop3/README
ViewVC logotype

Contents of /httpd/sandbox/mod_pop3/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 653648 - (show annotations) (download)
Tue May 6 00:02:04 2008 UTC (16 years, 3 months ago) by fielding
File size: 391 byte(s)
moving mod_pop3 to sandbox
1 ok to build httpd-pop3 statically:
2 checkout httpd-pop3 repository to httpd-2.0/modules/httpd-pop3
3 ./buildconf; ./config.nice --enable-pop;make
4
5
6 a sample config entry
7
8 Listen 110
9 <VirtualHost *:110>
10 POP3protocol on
11 POP3maildrops /tmp/pop
12 <directory /tmp/pop>
13 AuthDBMUserFile /usr/local/httpd/pop3
14 AuthName pop3
15 AuthType Basic
16 require valid-user
17 </directory>
18 </VirtualHost>

Properties

Name Value
svn:eol-style native

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26