Dovecot quota_max_mail_size to use the Chatmail max_message_size value

This commit is contained in:
Mark Felder
2024-10-26 17:22:20 -04:00
committed by missytake
parent 48fdff6700
commit 8fe173439d
2 changed files with 3 additions and 1 deletions

View File

@@ -141,7 +141,7 @@ plugin {
# for now we define static quota-rules for all users
quota = maildir:User quota
quota_rule = *:storage={{ config.max_mailbox_size }}
quota_max_mail_size=30M
quota_max_mail_size={{ config.max_message_size }}
quota_grace = 0
# quota_over_flag_value = TRUE
}