From 19a86565d7c46422ead04df67b54a2aeeb82872c Mon Sep 17 00:00:00 2001 From: youtous Date: Fri, 1 May 2020 23:53:37 +0200 Subject: [PATCH] Updated Configure Accounts (markdown) --- docs/content/config/user-management/accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/config/user-management/accounts.md b/docs/content/config/user-management/accounts.md index 233eac77..84f665ba 100644 --- a/docs/content/config/user-management/accounts.md +++ b/docs/content/config/user-management/accounts.md @@ -28,7 +28,7 @@ Use doveadm pw -l to get a list of the currently supported encryption schemes. ## Mailbox quota On top of the default quota (`POSTFIX_MAILBOX_SIZE_LIMIT`), you can define specific quotas per mailbox. -Quota implementation relies on [dovecot quota](https://wiki.dovecot.org/Quota/Configuration) which requires dovecot to be enabled. Consequently, quota directives are disabled when `SMTP_ONLY=1` or when `ENABLE_LDAP=1` or when explicitly disabled with `ENABLE_QUOTAS=0. +Quota implementation relies on [dovecot quota](https://wiki.dovecot.org/Quota/Configuration) which requires dovecot to be enabled. Consequently, quota directives are disabled when `SMTP_ONLY=1` or when `ENABLE_LDAP=1` or when explicitly disabled with `ENABLE_QUOTAS=0`.