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

@ -212,7 +212,11 @@ last_valid_gid = {{ vmail_group.gid }}
# Space separated list of plugins to load for all services. Plugins specific to
# IMAP, LDA, etc. are added to this list in their own .conf files.
{% if dovecot.quota %}
mail_plugins = quota
{% else %}
#mail_plugins =
{% endif %}
##
## Mailbox handling optimizations