dovecot: keep mailbox index only in memory (#632)

Co-authored-by: holger krekel  <holger@merlinux.eu>
This commit is contained in:
missytake
2025-09-12 09:30:17 +02:00
committed by GitHub
parent b801838b69
commit 7bf2dfd62e
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
## untagged
- 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

View File

@@ -68,7 +68,7 @@ userdb {
##
# Mailboxes are stored in the "mail" directory of the vmail user home.
mail_location = maildir:{{ config.mailboxes_dir }}/%u
mail_location = maildir:{{ config.mailboxes_dir }}/%u:INDEX=MEMORY
namespace inbox {
inbox = yes