Add quota checking

This commit is contained in:
Morre 2020-09-26 13:47:35 +02:00
parent 38630d5f4a
commit 202f9bdb4c
No known key found for this signature in database
GPG key ID: 5D9B9B1B8F424BBC
7 changed files with 235 additions and 3 deletions

View file

@ -18,6 +18,12 @@ auth_mechanisms: ["plain", "login"]
# Array of users if dovecot should handle users in a db. Not usable if you enable ldap.
# Each user is a dict, for options see *userdict* below
user: []
# The maximum amount of storage a mailbox can use in kilobytes. Supports b/k/M/G/T/% suffixes
quota: ""
# The amount a mailbox can go over quota. Works only for accepting messages. Value in %, defaults to 10
quota_grace: "10"
```
**userdict**