This commit is contained in:
Zhang Huangbin 2017-05-29 13:24:01 +08:00
parent b8171b9b9f
commit 91b324f16f
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ For example, to allow mail with 100Mb attachment, please change both
They don't have to be same. but `mailbox_size_limit` (size of the mailbox)
MUST be equal to or LARGER than `message_size_limit` (size of single email
message). Since per-user mailbox quota is enforced by Dovecot, so the
`mailbox_size_limit` is useless.
`mailbox_size_limit` is useless but required by Postfix.
Restart postfix to make it work:

View File

@ -52,7 +52,7 @@ attachment.</p>
<p>They don't have to be same. but <code>mailbox_size_limit</code> (size of the mailbox)
MUST be equal to or LARGER than <code>message_size_limit</code> (size of single email
message). Since per-user mailbox quota is enforced by Dovecot, so the
<code>mailbox_size_limit</code> is useless.</p>
<code>mailbox_size_limit</code> is useless but required by Postfix.</p>
</div>
<p>Restart postfix to make it work:</p>
<pre><code># /etc/init.d/postfix restart