Enable quotas in dovecot

master
Pierre Jaury 9 years ago
parent 5075faea5b
commit cbfd2b3ebe

@ -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

Loading…
Cancel
Save