1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-17 01:32:29 +02:00

Enable quotas in dovecot

This commit is contained in:
Pierre Jaury
2016-02-21 15:39:01 +01:00
parent 5075faea5b
commit cbfd2b3ebe

View File

@ -4,6 +4,7 @@
protocols = imap lmtp sieve protocols = imap lmtp sieve
postmaster_address = %{env:POSTMASTER_ADDRESS} postmaster_address = %{env:POSTMASTER_ADDRESS}
hostname = %{env:MAIL_HOSTNAME} hostname = %{env:MAIL_HOSTNAME}
mail_plugins = $mail_plugins quota
service dict { service dict {
unix_listener dict { unix_listener dict {
@ -91,6 +92,7 @@ service auth-worker {
############### ###############
protocol imap { protocol imap {
mail_plugins = $mail_plugins imap_quota
} }
service imap-login { service imap-login {
@ -119,6 +121,10 @@ service lmtp {
} }
} }
plugin {
quota = maildir:User quota
}
############### ###############
# Filtering # Filtering