Skip to content

Commit 290e80e

Browse files
committed
Revert "dovecot: keep mailbox index only in memory (#632)"
This reverts commit 7bf2dfd.
1 parent 56fab1b commit 290e80e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
- Allow ports 143 and 993 to be used by `dovecot` process
66
([#639](https://github.com/chatmail/relay/pull/639))
77

8-
- dovecot: keep mailbox index only in memory to avoid unnecessary disc usage
9-
([#632](https://github.com/chatmail/relay/pull/632))
10-
118
## 1.7.0 2025-09-11
129

1310
- Make www upload path configurable

cmdeploy/src/cmdeploy/dovecot/dovecot.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ userdb {
6868
##
6969

7070
# Mailboxes are stored in the "mail" directory of the vmail user home.
71-
mail_location = maildir:{{ config.mailboxes_dir }}/%u:INDEX=MEMORY
71+
mail_location = maildir:{{ config.mailboxes_dir }}/%u
7272

7373
namespace inbox {
7474
inbox = yes

0 commit comments

Comments
 (0)