From 54ba66733e6df3d60d06b81e2406dd5f2a72a5a0 Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Sun, 2 May 2021 16:39:26 -0700 Subject: [PATCH] Enable maildir_very_dirty_syncs rather than just adding comment --- data/conf/dovecot/dovecot.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/data/conf/dovecot/dovecot.conf b/data/conf/dovecot/dovecot.conf index 74b186c1..04860d1b 100644 --- a/data/conf/dovecot/dovecot.conf +++ b/data/conf/dovecot/dovecot.conf @@ -25,9 +25,10 @@ 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 +# you do not manually modify the files in the `cur` directories in +# mailcowdockerized_vmail-vol-1. +# https://mailcow.github.io/mailcow-dockerized-docs/u_e-dovecot-perf/ +maildir_very_dirty_syncs=yes # Dovecot 2.2 #ssl_protocols = !SSLv3