Skip to content

Commit 0567cce

Browse files
sirainenfleischie
authored andcommitted
quota: Fix quota_storage_grace documentation
It's no longer possible to use percentages.
1 parent b8031e1 commit 0567cce

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/core/plugins/quota.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -642,16 +642,13 @@ By default the last mail can bring user over quota. This is
642642
useful to allow user to actually unambiguously become over quota instead of
643643
fail some of the last larger mails and pass through some smaller mails. Of
644644
course 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

647647
To 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

0 commit comments

Comments
 (0)