/[pkg-kolab]/trunk/kolab-cyrus-imapd/debian/imapd.conf
ViewVC logotype

Contents of /trunk/kolab-cyrus-imapd/debian/imapd.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 369 - (hide annotations) (download)
Wed Apr 5 16:53:17 2006 UTC (7 years, 1 month ago) by noel
File size: 12340 byte(s)
remove ptclient stuff because its not included upstream
1 white-guest 110 # Debian Cyrus imapd.conf
2     # $Id: imapd.conf 95 2005-04-08 00:10:54Z sven $
3     # See imapd.conf(5) for more information and more options
4    
5     # Configuration directory
6     configdirectory: /var/lib/cyrus
7    
8     # Which partition to use for default mailboxes
9 white-guest 147 defaultpartition: default
10 white-guest 110 partition-default: /var/spool/cyrus/mail
11    
12     # News setup
13 white-guest 147 partition-news: /var/spool/cyrus/news
14     newsspool: /var/spool/news
15 white-guest 110
16     # Alternate namespace
17     # If enabled, activate the alternate namespace as documented in
18     # /usr/share/doc/cyrus22-doc/html/altnamespace.html, where an user's
19     # subfolders are in the same level as the INBOX
20     # See also userprefix and sharedprefix on imapd.conf(5)
21 white-guest 147 altnamespace: no
22 white-guest 110
23     # UNIX Hierarchy Convention
24     # Set to yes, and cyrus will accept dots in names, and use the forward
25     # slash "/" to delimit levels of the hierarchy. This is done by converting
26     # internally all dots to "^", and all "/" to dots. So the "rabbit.holes"
27     # mailbox of user "helmer.fudd" is stored in "user.elmer^fud.rabbit^holes"
28 white-guest 150 unixhierarchysep: yes
29 white-guest 110
30     # Rejecting illegal characters in headers
31     # Headers of RFC2882 messages must not have characters with the 8th bit
32     # set. However, too many badly-written MUAs generate this, including most
33     # spamware. Enable this to reject such messages.
34 white-guest 147 #reject8bit: yes
35 white-guest 110
36     # Munging illegal characters in headers
37     # Headers of RFC2882 messages must not have characters with the 8th bit
38     # set. However, too many badly-written MUAs generate this, including most
39     # spamware. If you kept reject8bit disabled, you can choose to leave the
40     # crappage untouched by disabling this (if you don't care that IMAP SEARCH
41     # won't work right anymore.
42     #munge8bit: no
43    
44     # Forcing recipient user to lowercase
45     # Cyrus 2.2 is case-sensitive. If all your mail users are in lowercase, it is
46     # probably a very good idea to set lmtp_downcase_rcpt to true. The default is
47     # to assume the user knows what he is doing, and not downcase anything.
48 white-guest 182 lmtp_downcase_rcpt: yes
49 white-guest 110
50     # Uncomment the following and add the space-separated users who
51     # have admin rights for all services.
52 white-guest 149 admins: cyrus manager
53 white-guest 110
54     # Space-separated list of users that have lmtp "admin" status (i.e. that
55     # can deliver email through TCP/IP lmtp) in addition to those in the
56     # admins: entry above
57     #lmtp_admins: postman
58    
59     # Space-separated list of users that have mupdate "admin" status, in
60     # addition to those in the admins: entry above. Note that mupdate slaves and
61     # backends in a Murder cluster need to autenticate against the mupdate master
62     # as admin users.
63     #mupdate_admins: mupdateman
64    
65     # Space-separated list of users that have imapd "admin" status, in
66     # addition to those in the admins: entry above
67     #imap_admins: cyrus
68    
69     # Space-separated list of users that have sieve "admin" status, in
70     # addition to those in the admins: entry above
71     #sieve_admins: cyrus
72    
73     # List of users and groups that are allowed to proxy for other users,
74     # seperated by spaces. Any user listed in this will be allowed to login
75     # for any other user. Like "admins:" above, you can have imap_proxyservers
76     # and sieve_proxyservers.
77     #proxyservers: cyrus
78    
79     # No anonymous logins
80     allowanonymouslogin: no
81    
82     # Minimum time between POP mail fetches in minutes
83 noel 364 # kolab note: this is disabled to get no errors at the client
84     # in a groupware environment a client will connect more than
85     # once in a minute
86 noel 359 #popminpoll: 1
87 white-guest 110
88     # If nonzero, normal users may create their own IMAP accounts by creating
89     # the mailbox INBOX. The user's quota is set to the value if it is positive,
90     # otherwise the user has unlimited quota.
91 white-guest 147 autocreatequota: 0
92 white-guest 110
93     # umask used by Cyrus programs
94 white-guest 147 umask: 077
95 white-guest 110
96     # Sendmail binary location
97     # DUE TO A BUG, Cyrus sends CRLF EOLs to this program. This breaks Exim 3.
98     # For now, to work around the bug, set this to a wrapper that calls
99     # /usr/sbin/sendmail -dropcr instead if you use Exim 3.
100     #sendmail: /usr/sbin/sendmail
101    
102     # If enabled, cyrdeliver will look for Sieve scripts in user's home
103     # directories: ~user/.sieve.
104 white-guest 147 sieveusehomedir: false
105 white-guest 110
106     # If sieveusehomedir is false, this directory is searched for Sieve scripts.
107 white-guest 147 sievedir: /var/spool/sieve
108 white-guest 110
109     # notifyd(8) method to use for "MAIL" notifications. If not set, "MAIL"
110     # notifications are disabled. Valid methods are: null, log, zephyr
111     #mailnotifier: zephyr
112    
113     # notifyd(8) method to use for "SIEVE" notifications. If not set, "SIEVE"
114     # notifications are disabled. This method is only used when no method is
115     # specified in the script. Valid methods are null, log, zephyr, mailto
116     #sievenotifier: zephyr
117    
118     # DRAC (pop-before-smtp, imap-before-smtp) support
119     # Set dracinterval to the time in minutes to call DRAC while a user is
120     # connected to the imap/pop services. Set to 0 to disable DRAC (default)
121     # Set drachost to the host where the rpc drac service is running
122     #dracinterval: 0
123     #drachost: localhost
124    
125     # If enabled, the partitions will also be hashed, in addition to the hashing
126     # done on configuration directories. This is recommended if one partition has a
127     # very bushy mailbox tree.
128 white-guest 147 hashimapspool: true
129 white-guest 110
130     # Allow plaintext logins by default (SASL PLAIN)
131     allowplaintext: yes
132    
133     # Force PLAIN/LOGIN authentication only
134     # (you need to uncomment this if you are not using an auxprop-based SASL
135     # mechanism. saslauthd users, that means you!). And pay attention to
136     # sasl_minimum_layer and allowapop below, too.
137 noel 154 sasl_mech_list: PLAIN
138 white-guest 110
139     # Allow use of the POP3 APOP authentication command.
140     # Note that this command requires that the plaintext passwords are
141     # available in a SASL auxprop backend (eg. sasldb), and that the system
142     # can provide enough entropy (eg. from /dev/urandom) to create a challenge
143     # in the banner.
144     #allowapop: no
145    
146     # The minimum SSF that the server will allow a client to negotiate. A
147     # value of 1 requires integrity protection; any higher value requires some
148     # amount of encryption.
149     #sasl_minimum_layer: 0
150    
151     # The maximum SSF that the server will allow a client to negotiate. A
152     # value of 1 requires integrity protection; any higher value requires some
153     # amount of encryption.
154     #sasl_maximum_layer: 256
155    
156     # List of remote realms whose users may log in using cross-realm
157     # authentications. Seperate each realm name by a space. A cross-realm
158     # identity is considered any identity returned by SASL with an "@" in it.
159     # NOTE: To support multiple virtual domains on the same interface/IP,
160     # you need to list them all as loginreals. If you don't list them here,
161     # (most of) your users probably won't be able to log in.
162 noel 201 #loginrealms: example.com
163 white-guest 110
164     # Enable virtual domain support. If enabled, the user's domain will
165     # be determined by splitting a fully qualified userid at the last '@'
166     # or '%' symbol. If the userid is unqualified, and the virtdomains
167     # option is set to "on", then the domain will be determined by doing
168     # a reverse lookup on the IP address of the incoming network
169     # interface, otherwise the user is assumed to be in the default
170     # domain (if set).
171 white-guest 182 # Kolab uses ldap for virtual domains
172     virtdomains: ldap
173 white-guest 110
174     # The default domain for virtual domain support
175     # If the domain of a user can't be taken from its login and it can't
176     # be determined by doing a reverse lookup on the interface IP, this
177     # domain is used.
178     #defaultdomain:
179    
180     #
181     # SASL library options (these are handled directly by the SASL libraries,
182     # refer to SASL documentation for an up-to-date list of these)
183     #
184    
185     # The mechanism(s) used by the server to verify plaintext passwords. Possible
186     # values are "saslauthd", "auxprop", "pwcheck" and "alwaystrue". They
187     # are tried in order, you can specify more than one, separated by spaces.
188     #
189     # Do note that, since sasl will be run as user cyrus, you may have a lot of
190     # trouble to set this up right.
191 white-guest 149 sasl_pwcheck_method: saslauthd
192 white-guest 110
193     # What auxpropd plugins to load, if using sasl_pwcheck_method: auxprop
194     # by default, all plugins are tried (which is probably NOT what you want).
195     #sasl_auxprop_plugin: sasldb
196    
197     # If enabled, the SASL library will automatically create authentication secrets
198     # when given a plaintext password. Refer to SASL documentation
199 white-guest 147 sasl_auto_transition: no
200 white-guest 110
201     #
202     # SSL/TLS Options
203     #
204    
205     # File containing the global certificate used for ALL services (imap, pop3,
206     # lmtp, sieve)
207     #tls_cert_file: /etc/ssl/certs/cyrus-global.pem
208    
209     # File containing the private key belonging to the global server certificate.
210     #tls_key_file: /etc/ssl/private/cyrus-global.key
211    
212     # File containing the certificate used for imap. If not specified, the global
213     # certificate is used. A value of "disabled" will disable SSL/TLS for imap.
214     #tls_imap_cert_file: /etc/ssl/certs/cyrus-imap.pem
215    
216     # File containing the private key belonging to the imap-specific server
217     # certificate. If not specified, the global private key is used. A value of
218     # "disabled" will disable SSL/TLS for imap.
219     #tls_imap_key_file: /etc/ssl/private/cyrus-imap.key
220    
221     # File containing the certificate used for pop3. If not specified, the global
222     # certificate is used. A value of "disabled" will disable SSL/TLS for pop3.
223     #tls_pop3_cert_file: /etc/ssl/certs/cyrus-pop3.pem
224    
225     # File containing the private key belonging to the pop3-specific server
226     # certificate. If not specified, the global private key is used. A value of
227     # "disabled" will disable SSL/TLS for pop3.
228     #tls_pop3_key_file: /etc/ssl/private/cyrus-pop3.key
229    
230     # File containing the certificate used for lmtp. If not specified, the global
231     # certificate is used. A value of "disabled" will disable SSL/TLS for lmtp.
232     #tls_lmtp_cert_file: /etc/ssl/certs/cyrus-lmtp.pem
233    
234     # File containing the private key belonging to the lmtp-specific server
235     # certificate. If not specified, the global private key is used. A value of
236     # "disabled" will disable SSL/TLS for lmtp.
237     #tls_lmtp_key_file: /etc/ssl/private/cyrus-lmtp.key
238    
239     # File containing the certificate used for sieve. If not specified, the global
240     # certificate is used. A value of "disabled" will disable SSL/TLS for sieve.
241     #tls_sieve_cert_file: /etc/ssl/certs/cyrus-sieve.pem
242    
243     # File containing the private key belonging to the sieve-specific server
244     # certificate. If not specified, the global private key is used. A value of
245     # "disabled" will disable SSL/TLS for sieve.
246     #tls_sieve_key_file: /etc/ssl/private/cyrus-sieve.key
247    
248     # File containing one or more Certificate Authority (CA) certificates.
249     #tls_ca_file: /etc/ssl/certs/cyrus-imapd-ca.pem
250    
251     # Path to directory with certificates of CAs.
252 white-guest 147 tls_ca_path: /etc/ssl/certs
253 white-guest 110
254     # The length of time (in minutes) that a TLS session will be cached for later
255     # reuse. The maximum value is 1440 (24 hours), the default. A value of 0 will
256     # disable session caching.
257 white-guest 147 tls_session_timeout: 1440
258 white-guest 110
259     # The list of SSL/TLS ciphers to allow. The format of the string is described
260     # in ciphers(1). THIS DISABLES THE WEAK 'FOR EXPORT' CRAP!
261 white-guest 147 tls_cipher_list: TLSv1:SSLv3:SSLv2:!NULL:!EXPORT:!DES:!LOW:@STRENGTH
262 white-guest 110
263     # Require a client certificate for ALL services (imap, pop3, lmtp, sieve).
264     #tls_require_cert: false
265    
266     # Require a client certificate for imap ONLY.
267     #tls_imap_require_cert: false
268    
269     # Require a client certificate for pop3 ONLY.
270     #tls_pop3_require_cert: false
271    
272     # Require a client certificate for lmtp ONLY.
273     #tls_lmtp_require_cert: false
274    
275     # Require a client certificate for sieve ONLY.
276     #tls_sieve_require_cert: false
277    
278     #
279     # Cyrus Murder cluster configuration
280     #
281     # Set the following options to the values needed for this server to
282     # autenticate against the mupdate master server:
283     # mupdate_server
284     # mupdate_port
285     # mupdate_username
286     # mupdate_authname
287     # mupdate_realm
288     # mupdate_password
289     # mupdate_retry_delay
290    
291 white-guest 10 ##
292 white-guest 110 ## KEEP THESE IN SYNC WITH cyrus.conf
293 white-guest 10 ##
294 white-guest 110 # Unix domain socket that lmtpd listens on.
295     lmtpsocket: /var/run/cyrus/socket/lmtp
296 white-guest 10
297 white-guest 110 # Unix domain socket that idled listens on.
298 white-guest 147 idlesocket: /var/run/cyrus/socket/idle
299 white-guest 10
300 white-guest 110 # Unix domain socket that the new mail notification daemon listens on.
301 white-guest 147 notifysocket: /var/run/cyrus/socket/notify
302 white-guest 110
303     # Syslog prefix. Defaults to cyrus (so logging is done as cyrus/imap etc.)
304 white-guest 147 syslog_prefix: cyrus
305 white-guest 110
306     ##
307     ## DEBUGGING
308     ##
309     # Debugging hook. See /usr/share/doc/cyrus22-common/README.Debian.debug
310     # Keep the hook disabled when it is not in use
311     #
312     # gdb Back-traces
313     #debug_command: /usr/bin/gdb -batch -cd=/tmp -x /usr/lib/cyrus/get-backtrace.gdb /usr/lib/cyrus/bin/%s %d >/tmp/gdb-backtrace.cyrus.%1$s.%2$d <&- 2>&1 &
314     #
315     # system-call traces
316     #debug_command: /usr/bin/strace -tt -o /tmp/strace.cyrus.%s.%d -p %2$d <&- 2>&1 &
317     #
318     # library traces
319     #debug_command: /usr/bin/ltrace -tt -n 2 -o /tmp/ltrace.cyrus.%s.%d -p %2$d <&- 2>&1 &

  ViewVC Help
Powered by ViewVC 1.1.5