mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-21 01:07:49 +00:00
Add comment about maildir_very_dirty_syncs to dovecot.conf
This commit is contained in:
parent
3255c08813
commit
f6847e6f8c
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ mail_plugins = </etc/dovecot/mail_plugins
|
|||
mail_attachment_fs = crypt:set_prefix=mail_crypt_global:posix:
|
||||
mail_attachment_dir = /var/attachments
|
||||
mail_attachment_min_size = 128k
|
||||
# Significantly speeds up very large mailboxes, but is only safe to enable if
|
||||
# you do not manually modify the files in the `cur` directories in
|
||||
# mailcowdockerized_vmail-vol-1. Disabled by default.
|
||||
#maildir_very_dirty_syncs=yes
|
||||
|
||||
# Dovecot 2.2
|
||||
#ssl_protocols = !SSLv3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue