diff --git a/CHANGELOG.md b/CHANGELOG.md index ab4024288..58d4ce71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,6 @@ - Allow ports 143 and 993 to be used by `dovecot` process ([#639](https://github.com/chatmail/relay/pull/639)) -- dovecot: keep mailbox index only in memory to avoid unnecessary disc usage - ([#632](https://github.com/chatmail/relay/pull/632)) - ## 1.7.0 2025-09-11 - Make www upload path configurable diff --git a/cmdeploy/src/cmdeploy/dovecot/dovecot.conf.j2 b/cmdeploy/src/cmdeploy/dovecot/dovecot.conf.j2 index 244a58e6f..f6511be05 100644 --- a/cmdeploy/src/cmdeploy/dovecot/dovecot.conf.j2 +++ b/cmdeploy/src/cmdeploy/dovecot/dovecot.conf.j2 @@ -68,7 +68,7 @@ userdb { ## # Mailboxes are stored in the "mail" directory of the vmail user home. -mail_location = maildir:{{ config.mailboxes_dir }}/%u:INDEX=MEMORY +mail_location = maildir:{{ config.mailboxes_dir }}/%u namespace inbox { inbox = yes