This commit is contained in:
github-actions[bot] 2023-12-19 01:34:05 +00:00
parent 7976bcc503
commit feafc7157a
3 changed files with 47 additions and 47 deletions

View file

@ -4181,7 +4181,7 @@ FAIL2BAN_BLOCKTYPE=drop</li>
<li><code>lmtp:&lt;kopano-host&gt;:2003</code> (use kopano as mailstore)</li>
</ul>
<h5 id="postfix_mailbox_size_limit"><a class="toclink" href="#postfix_mailbox_size_limit">POSTFIX_MAILBOX_SIZE_LIMIT</a></h5>
<p>Set the mailbox size limit for all users. If set to zero, the size will be unlimited (default).</p>
<p>Set the mailbox size limit for all users. If set to zero, the size will be unlimited (default). Size is in bytes.</p>
<ul>
<li><strong>empty</strong> =&gt; 0 (no limit)</li>
</ul>
@ -4192,7 +4192,7 @@ FAIL2BAN_BLOCKTYPE=drop</li>
</ul>
<p>See <a href="../user-management/#quotas">mailbox quota</a>.</p>
<h5 id="postfix_message_size_limit"><a class="toclink" href="#postfix_message_size_limit">POSTFIX_MESSAGE_SIZE_LIMIT</a></h5>
<p>Set the message size limit for all users. If set to zero, the size will be unlimited (not recommended!)</p>
<p>Set the message size limit for all users. If set to zero, the size will be unlimited (not recommended!). Size is in bytes.</p>
<ul>
<li><strong>empty</strong> =&gt; 10240000 (~10 MB)</li>
</ul>