You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 23:03:10 +02:00
7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
protocol imap {
|
|
# allow IMAP clients to ask quota usage
|
|
mail_plugins {
|
|
imap_quota = yes
|
|
}
|
|
}
|