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