We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fab1b commit 290e80eCopy full SHA for 290e80e
CHANGELOG.md
@@ -5,9 +5,6 @@
5
- Allow ports 143 and 993 to be used by `dovecot` process
6
([#639](https://github.com/chatmail/relay/pull/639))
7
8
-- dovecot: keep mailbox index only in memory to avoid unnecessary disc usage
9
- ([#632](https://github.com/chatmail/relay/pull/632))
10
-
11
## 1.7.0 2025-09-11
12
13
- Make www upload path configurable
cmdeploy/src/cmdeploy/dovecot/dovecot.conf.j2
@@ -68,7 +68,7 @@ userdb {
68
##
69
70
# Mailboxes are stored in the "mail" directory of the vmail user home.
71
-mail_location = maildir:{{ config.mailboxes_dir }}/%u:INDEX=MEMORY
+mail_location = maildir:{{ config.mailboxes_dir }}/%u
72
73
namespace inbox {
74
inbox = yes
0 commit comments