]> git.pld-linux.org Git - packages/courier-imap.git/blame - courier-imap.sysconfig
- version chcnged to 0.21
[packages/courier-imap.git] / courier-imap.sysconfig
CommitLineData
e93af56d 1# $Revision$
2#
3# Address to listen on, can be set to a single IP address.
4#
5# Example: ADDRESS=127.0.0.1
6#
7ADDRESS=0
8
9#
10# You better have a good reason for changing the port
11#
12PORT=143
13
14#
15# Maximum number of IMAP servers started
16#
17MAXDAEMONS=40
18
19#
20# Maximum number of connections to accept from the same IP address
21#
22MAXPERIP=4
23
24#
25# Authentication modules. Here's the default list:
26#
27# authpam authuserdb authvchkpw
28#
29# The default is set during the initial configuration.
30#
31AUTHMODULES="authpam authuserdb authvchkpw"
32
33#
34# Courier supports only Mailbox in QMAIL Maildir Format
35#
36MAILDIR="Maildir"
This page took 0.072388 seconds and 4 git commands to generate.