From ae06305069167833241548cda28db7d5e54329a9 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 23 Aug 2025 11:49:29 +0200 Subject: [PATCH] install_update_dovecot-2.4.sh: Set 'quota_storage_size' to 9 (unlimited) - We only use personalized quotas. --- install_update_dovecot-2.4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_update_dovecot-2.4.sh b/install_update_dovecot-2.4.sh index e3a353c..862b552 100755 --- a/install_update_dovecot-2.4.sh +++ b/install_update_dovecot-2.4.sh @@ -9644,7 +9644,7 @@ quota "User quota" { # 'quota_storage_extra' to get the final value (in this mailbox or # namespace). This is reported as the STORAGE limit in IMAP GETQUOTA # commands. Using 0 as the value means the same as unlimited. - quota_storage_size = 1G + #quota_storage_size = 0 } EOF if grep -qE "^\s*quota \"User quota\"\s+{" "${_conf_file}"; then