diff --git a/roles/ensure_dovecot/templates/Fedora/43/etc/dovecot/conf.d/local.conf b/roles/ensure_dovecot/templates/Fedora/43/etc/dovecot/conf.d/local.conf index eb22847..49349db 100644 --- a/roles/ensure_dovecot/templates/Fedora/43/etc/dovecot/conf.d/local.conf +++ b/roles/ensure_dovecot/templates/Fedora/43/etc/dovecot/conf.d/local.conf @@ -53,13 +53,13 @@ protocol imap { } } -service quota-status { - client_limit = 1 - executable = quota-status -p postfix - # inet_listener quota-status { - # port = 12340 - # } -} +# service quota-status { +# client_limit = 1 +# executable = quota-status -p postfix +# inet_listener quota-status { +# port = 12340 +# } +# } mailbox_list_index = yes protocol !indexer-worker { diff --git a/roles/ensure_dovecot/templates/Fedora/44/etc/dovecot/conf.d/local.conf b/roles/ensure_dovecot/templates/Fedora/44/etc/dovecot/conf.d/local.conf index 6d23cb9..49349db 100644 --- a/roles/ensure_dovecot/templates/Fedora/44/etc/dovecot/conf.d/local.conf +++ b/roles/ensure_dovecot/templates/Fedora/44/etc/dovecot/conf.d/local.conf @@ -53,13 +53,13 @@ protocol imap { } } -service quota-status { - client_limit = 1 - executable = quota-status -p postfix - inet_listener quota-status { - port = 12340 - } -} +# service quota-status { +# client_limit = 1 +# executable = quota-status -p postfix +# inet_listener quota-status { +# port = 12340 +# } +# } mailbox_list_index = yes protocol !indexer-worker {