Skip to content

Commit

Permalink
example-config: Add mail_sort_max_read_count setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Feb 19, 2017
1 parent e76721e commit d1ab4c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/example-config/conf.d/10-mail.conf
Expand Up @@ -248,6 +248,11 @@ namespace inbox {
# These should exist only after Dovecot dies in the middle of saving mails.
#mail_temp_scan_interval = 1w

# How many slow mail accesses sorting can perform before it returns failure.
# With IMAP the reply is: NO [LIMIT] Requested sort would have taken too long.
# The untagged SORT reply is still returned, but it's likely not correct.
#mail_sort_max_read_count = 0

protocol !indexer-worker {
# If folder vsize calculation requires opening more than this many mails from
# disk (i.e. mail sizes aren't in cache already), return failure and finish
Expand Down

0 comments on commit d1ab4c3

Please sign in to comment.