Add quota checking
This commit is contained in:
parent
38630d5f4a
commit
202f9bdb4c
7 changed files with 235 additions and 3 deletions
|
|
@ -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**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue