mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
Dovecot quota_max_mail_size to use the Chatmail max_message_size value
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user