comparison dovecot-example.conf @ 6208:6c7512333e2f HEAD

Removed mail_cache_fields and mail_never_cache_fields settings from example config file. It's unlikely anyone wants to (or should) change them.
author Timo Sirainen <tss@iki.fi>
date Tue, 07 Aug 2007 12:01:08 +0300
parents 23b486d0fe6d
children 939e0ca61f11
comparison
equal deleted inserted replaced
6207:23b486d0fe6d 6208:6c7512333e2f
374 #mail_chroot = 374 #mail_chroot =
375 375
376 ## 376 ##
377 ## Mailbox handling optimizations 377 ## Mailbox handling optimizations
378 ## 378 ##
379
380 # Space-separated list of fields to initially save into cache file. Currently
381 # these fields are allowed:
382 #
383 # flags, date.sent, date.received, size.virtual, size.physical
384 # mime.parts, imap.body, imap.bodystructure
385 #
386 # Different IMAP clients work in different ways, so they benefit from
387 # different cached fields. Some do not benefit from them at all. Caching more
388 # than necessary generates useless disk I/O, so you don't want to do that
389 # either.
390 #
391 # Dovecot attempts to automatically figure out what client wants and it keeps
392 # only that. However the first few times a mailbox is opened, Dovecot hasn't
393 # yet figured out what client needs, so it may not perform optimally. If you
394 # know what fields the majority of your clients need, it may be useful to set
395 # these fields by hand. If client doesn't actually use them, Dovecot will
396 # eventually drop them.
397 #
398 # Usually you should just leave this field alone. The potential benefits are
399 # typically unnoticeable.
400 #mail_cache_fields =
401
402 # Space-separated list of fields that Dovecot should never save to cache file.
403 # Useful if you want to save disk space at the cost of more I/O when the fields
404 # needed.
405 #mail_never_cache_fields =
406 379
407 # The minimum number of mails in a mailbox before updates are done to cache 380 # The minimum number of mails in a mailbox before updates are done to cache
408 # file. This allows optimizing Dovecot's behavior to do less disk writes at 381 # file. This allows optimizing Dovecot's behavior to do less disk writes at
409 # the cost of more disk reads. 382 # the cost of more disk reads.
410 #mail_cache_min_mail_count = 0 383 #mail_cache_min_mail_count = 0