From d9427b677e14015773e2579bdd923bd97966f1bb Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 27 Aug 2024 11:19:02 -0700 Subject: [PATCH] change quota grace from 10% to 100M --- etc/dovecot/conf.d/90-quota.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/dovecot/conf.d/90-quota.conf b/etc/dovecot/conf.d/90-quota.conf index 473a2b7..c44cf02 100644 --- a/etc/dovecot/conf.d/90-quota.conf +++ b/etc/dovecot/conf.d/90-quota.conf @@ -23,7 +23,7 @@ plugin { # LDA/LMTP allows saving the last mail to bring user from under quota to # over quota, if the quota doesn't grow too high. Default is to allow as # long as quota will stay under 10% above the limit. Also allowed e.g. 10M. - quota_grace = 10%% + quota_grace = 100M # Quota plugin can also limit the maximum accepted mail size. #quota_max_mail_size = 100M