| 1 | ##VERSION: $Id: pop3d,v 1.4 2003/08/08 14:12:58 lisp Exp $ |
|---|
| 2 | # |
|---|
| 3 | # pop3d created from pop3d.dist by sysconftool |
|---|
| 4 | # |
|---|
| 5 | # Do not alter lines that begin with ##, they are used when upgrading |
|---|
| 6 | # this configuration. |
|---|
| 7 | # |
|---|
| 8 | # Copyright 1998 - 2002 Double Precision, Inc. See COPYING for |
|---|
| 9 | # distribution information. |
|---|
| 10 | # |
|---|
| 11 | # Courier POP3 daemon configuration |
|---|
| 12 | # |
|---|
| 13 | ##NAME: PIDFILE:0 |
|---|
| 14 | # |
|---|
| 15 | |
|---|
| 16 | PIDFILE=/var/run/courier/pop3d.pid |
|---|
| 17 | |
|---|
| 18 | ##NAME: MAXDAEMONS:0 |
|---|
| 19 | # |
|---|
| 20 | # Maximum number of POP3 servers started |
|---|
| 21 | # |
|---|
| 22 | |
|---|
| 23 | MAXDAEMONS=40 |
|---|
| 24 | |
|---|
| 25 | ##NAME: MAXPERIP:4 |
|---|
| 26 | # |
|---|
| 27 | # Maximum number of connections to accept from the same IP address |
|---|
| 28 | |
|---|
| 29 | MAXPERIP=4 |
|---|
| 30 | |
|---|
| 31 | ##NAME: AUTHMODULES:0 |
|---|
| 32 | # |
|---|
| 33 | ######################################################################### |
|---|
| 34 | ## |
|---|
| 35 | ## Authentication modules which attempt to validate userid/password |
|---|
| 36 | ## combinations. See authpam(8) for more information. The default set |
|---|
| 37 | ## is installed at configuration time. You may have to edit the following |
|---|
| 38 | ## to remove unnecessary authentication modules. In particular, if |
|---|
| 39 | ## authpam is included in the list below, you will have to remove authpwd |
|---|
| 40 | ## and authshadow, since their functionality is included in the authpam |
|---|
| 41 | ## module. |
|---|
| 42 | ## |
|---|
| 43 | ######################################################################### |
|---|
| 44 | |
|---|
| 45 | AUTHMODULES="authdaemon" |
|---|
| 46 | |
|---|
| 47 | |
|---|
| 48 | ##NAME: AUTHMODULES_ORIG:0 |
|---|
| 49 | # |
|---|
| 50 | # This setting is for use with webadmin |
|---|
| 51 | |
|---|
| 52 | AUTHMODULES_ORIG="authdaemon" |
|---|
| 53 | |
|---|
| 54 | ##NAME: DEBUG_LOGIN:0 |
|---|
| 55 | # |
|---|
| 56 | # Dump additional login diagnostics to syslog |
|---|
| 57 | # |
|---|
| 58 | # DEBUG_LOGIN=0 - turn off login debugging |
|---|
| 59 | # DEBUG_LOGIN=1 - turn on login debugging |
|---|
| 60 | # DEBUG_LOGIN=2 - turn on login debugging + log passwords too |
|---|
| 61 | |
|---|
| 62 | DEBUG_LOGIN=1 |
|---|
| 63 | |
|---|
| 64 | ##NAME: POP3AUTH:1 |
|---|
| 65 | # |
|---|
| 66 | # To advertise the SASL capability, per RFC 2449, uncomment the POP3AUTH |
|---|
| 67 | # variable: |
|---|
| 68 | # |
|---|
| 69 | # POP3AUTH="LOGIN" |
|---|
| 70 | # |
|---|
| 71 | # If you have configured the CRAM-MD5 or CRAM-SHA1, set POP3AUTH to something |
|---|
| 72 | # like this: |
|---|
| 73 | # |
|---|
| 74 | # POP3AUTH="LOGIN CRAM-MD5 CRAM-SHA1" |
|---|
| 75 | |
|---|
| 76 | POP3AUTH="" |
|---|
| 77 | |
|---|
| 78 | ##NAME: POP3AUTH_ORIG:0 |
|---|
| 79 | # |
|---|
| 80 | # For use by webadmin |
|---|
| 81 | |
|---|
| 82 | POP3AUTH_ORIG="LOGIN CRAM-MD5 CRAM-SHA1" |
|---|
| 83 | |
|---|
| 84 | ##NAME: POP3AUTH_TLS:1 |
|---|
| 85 | # |
|---|
| 86 | # To also advertise SASL PLAIN if SSL is enabled, uncomment the |
|---|
| 87 | # POP3AUTH_TLS environment variable: |
|---|
| 88 | # |
|---|
| 89 | # POP3AUTH_TLS="LOGIN PLAIN" |
|---|
| 90 | |
|---|
| 91 | POP3AUTH_TLS="" |
|---|
| 92 | |
|---|
| 93 | ##NAME: POP3AUTH_TLS_ORIG:0 |
|---|
| 94 | # |
|---|
| 95 | # For use by webadmin |
|---|
| 96 | |
|---|
| 97 | POP3AUTH_TLS_ORIG="LOGIN PLAIN" |
|---|
| 98 | |
|---|
| 99 | ##NAME: PORT:1 |
|---|
| 100 | # |
|---|
| 101 | # Port to listen on for connections. The default is port 110. |
|---|
| 102 | # |
|---|
| 103 | # Multiple port numbers can be separated by commas. When multiple port |
|---|
| 104 | # numbers are used it is possibly to select a specific IP address for a |
|---|
| 105 | # given port as "ip.port". For example, "127.0.0.1.900,192.68.0.1.900" |
|---|
| 106 | # accepts connections on port 900 on IP addresses 127.0.0.1 and 192.68.0.1 |
|---|
| 107 | # The ADDRESS setting is a default for ports that do not have a specified |
|---|
| 108 | # IP address. |
|---|
| 109 | |
|---|
| 110 | PORT=110 |
|---|
| 111 | |
|---|
| 112 | ##NAME: ADDRESS:0 |
|---|
| 113 | # |
|---|
| 114 | # IP address to listen on. 0 means all IP addresses. |
|---|
| 115 | |
|---|
| 116 | ADDRESS=0 |
|---|
| 117 | |
|---|
| 118 | ##NAME: TCPDOPTS:0 |
|---|
| 119 | # |
|---|
| 120 | # Other couriertcpd(1) options. The following defaults should be fine. |
|---|
| 121 | # |
|---|
| 122 | |
|---|
| 123 | TCPDOPTS="-nodnslookup -noidentlookup" |
|---|
| 124 | |
|---|
| 125 | ##NAME: POP3DSTART:0 |
|---|
| 126 | # |
|---|
| 127 | # POP3DSTART is not referenced anywhere in the standard Courier programs |
|---|
| 128 | # or scripts. Rather, this is a convenient flag to be read by your system |
|---|
| 129 | # startup script in /etc/rc.d, like this: |
|---|
| 130 | # |
|---|
| 131 | # . ${sysconfdir}/pop3d |
|---|
| 132 | # case x$POP3DSTART in |
|---|
| 133 | # x[yY]*) |
|---|
| 134 | # /usr/lib/courier/pop3d.rc start |
|---|
| 135 | # ;; |
|---|
| 136 | # esac |
|---|
| 137 | # |
|---|
| 138 | # The default setting is going to be NO, until Courier is shipped by default |
|---|
| 139 | # with enough platforms so that people get annoyed with having to flip it to |
|---|
| 140 | # YES every time. |
|---|
| 141 | |
|---|
| 142 | POP3DSTART=YES |
|---|
| 143 | |
|---|