install_update_dovecot-2.4.sh: Set 'quota_storage_size' to 9 (unlimited) - We only use personalized quotas.

This commit is contained in:
2025-08-23 11:49:29 +02:00
parent c82ff77bbe
commit ae06305069

View File

@ -9644,7 +9644,7 @@ quota "User quota" {
# 'quota_storage_extra' to get the final value (in this mailbox or # 'quota_storage_extra' to get the final value (in this mailbox or
# namespace). This is reported as the STORAGE limit in IMAP GETQUOTA # namespace). This is reported as the STORAGE limit in IMAP GETQUOTA
# commands. Using 0 as the value means the same as unlimited. # commands. Using 0 as the value means the same as unlimited.
quota_storage_size = 1G #quota_storage_size = 0
} }
EOF EOF
if grep -qE "^\s*quota \"User quota\"\s+{" "${_conf_file}"; then if grep -qE "^\s*quota \"User quota\"\s+{" "${_conf_file}"; then