mirror of
https://github.com/docker-mailserver/docker-mailserver
synced 2025-08-22 23:24:37 +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
|
|
}
|
|
}
|