This commit is contained in:
Zhang Huangbin 2018-09-06 17:30:34 +08:00
parent 961055160e
commit bb5024969a
2 changed files with 16 additions and 8 deletions

View File

@ -28,10 +28,13 @@ For example, to allow mail with 100Mb attachment, please change both
!!! note
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 but required by Postfix.
* 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).
* Postfix is configured to pipe received email to Dovecot for local mail
delivery, so the `mailbox_size_limit` setting is not used, but we still
need this setting to surpress Postfix warning while starting Postfix
service.
Restart postfix to make it work:

View File

@ -59,10 +59,15 @@ attachment.</p>
<div class="admonition note">
<p class="admonition-title">Note</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 but required by Postfix.</p>
<ul>
<li>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).</li>
<li>Postfix is configured to pipe received email to Dovecot for local mail
delivery, so the <code>mailbox_size_limit</code> setting is not used, but we still
need this setting to surpress Postfix warning while starting Postfix
service.</li>
</ul>
</div>
<p>Restart postfix to make it work:</p>
<pre><code># /etc/init.d/postfix restart