File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -642,16 +642,13 @@ By default the last mail can bring user over quota. This is
642642useful to allow user to actually unambiguously become over quota instead of
643643fail some of the last larger mails and pass through some smaller mails. Of
644644course the last mail shouldn't be allowed to bring the user hugely over quota,
645- so by default this limit is 10% of the user's quota limit .
645+ so by default this limit is 10 MB .
646646
647647To change the quota grace, use:
648648
649649``` [dovecot.conf]
650- plugin {
651- # allow user to become max 10% over quota
652- quota_storage_grace = 10%%
653- # allow user to become max 50 MB over quota
654- quota_storage_grace = 50 M
650+ # allow user to become max 50 MB over quota
651+ quota_storage_grace = 50 M
655652}
656653```
657654
You can’t perform that action at this time.
0 commit comments