We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4a158 commit 163f044Copy full SHA for 163f044
install/deb/dovecot/conf.d/20-imap.conf
@@ -14,7 +14,7 @@ protocol imap {
14
15
# Space separated list of plugins to load (default is global mail_plugins).
16
#mail_plugins = $mail_plugins
17
-mail_plugins = quota imap_quota
+ mail_plugins = quota imap_quota
18
19
# IMAP logout format string:
20
# %i - total number of bytes read from client
install/deb/dovecot/conf.d/20-pop3.conf
@@ -78,7 +78,7 @@ protocol pop3 {
78
79
80
81
-mail_plugins = quota
+ mail_plugins = quota
82
83
# Workarounds for various client bugs:
84
# outlook-no-nuls:
0 commit comments