1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-23 22:04:47 +02:00

Display the user quota in the admin interface

This commit is contained in:
kaiyou
2018-04-21 15:48:07 +02:00
parent e13593f29a
commit 091369915b
5 changed files with 24 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ log_path = /dev/stderr
protocols = imap pop3 lmtp sieve
postmaster_address = {{ POSTMASTER }}@{{ DOMAIN }}
hostname = {{ HOSTNAMES.split(",")[0] }}
mail_plugins = $mail_plugins quota
mail_plugins = $mail_plugins quota quota_clone
submission_host = front
service dict {
@@ -119,6 +119,7 @@ service lmtp {
plugin {
quota = maildir:User quota
quota_clone_dict = redis:host={{ REDIS_ADDRESS }}:db=1
}