You've already forked Mailu
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user