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 d75321b commit 863ded6Copy full SHA for 863ded6
cmdeploy/src/cmdeploy/dovecot/dovecot.conf.j2
@@ -70,6 +70,12 @@ userdb {
70
# Mailboxes are stored in the "mail" directory of the vmail user home.
71
mail_location = maildir:{{ config.mailboxes_dir }}/%u
72
73
+# index/cache files are not very useful for chatmail relay operations
74
+# but it's not clear how to disable them completely.
75
+# According to https://doc.dovecot.org/2.3/settings/advanced/#core_setting-mail_cache_max_size
76
+# if the cache file becomes larger than the specified size, it is truncated by dovecot
77
+mail_cache_max_size = 500K
78
+
79
namespace inbox {
80
inbox = yes
81
0 commit comments