mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
deploy: 133eb9bc2e
This commit is contained in:
parent
4aa0146bc9
commit
0b215e8c2b
4 changed files with 48 additions and 76 deletions
|
@ -637,13 +637,6 @@
|
|||
VIRUSMAILS_DELETE_DELAY
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#enable_postfix_virtual_transport" class="md-nav__link">
|
||||
ENABLE_POSTFIX_VIRTUAL_TRANSPORT
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -2529,13 +2522,6 @@
|
|||
VIRUSMAILS_DELETE_DELAY
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#enable_postfix_virtual_transport" class="md-nav__link">
|
||||
ENABLE_POSTFIX_VIRTUAL_TRANSPORT
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -3465,20 +3451,14 @@ FAIL2BAN_BLOCKTYPE=drop</li>
|
|||
<ul>
|
||||
<li><strong>empty</strong> => 7 days</li>
|
||||
</ul>
|
||||
<h5 id="enable_postfix_virtual_transport"><a class="toclink" href="#enable_postfix_virtual_transport">ENABLE_POSTFIX_VIRTUAL_TRANSPORT</a></h5>
|
||||
<p>This Option is activating the Usage of POSTFIX_DAGENT to specify a ltmp client different from default dovecot socket.</p>
|
||||
<ul>
|
||||
<li><strong>empty</strong> => disabled</li>
|
||||
<li>1 => enabled</li>
|
||||
</ul>
|
||||
<h5 id="postfix_dagent"><a class="toclink" href="#postfix_dagent">POSTFIX_DAGENT</a></h5>
|
||||
<p>Enabled by ENABLE_POSTFIX_VIRTUAL_TRANSPORT. Specify the final delivery of postfix</p>
|
||||
<p>Configure Postfix <code>virtual_transport</code> to deliver mail to a different LMTP client (<em>default is a unix socket to dovecot</em>).</p>
|
||||
<p>Provide any valid URI. Examples:</p>
|
||||
<ul>
|
||||
<li><strong>empty</strong>: fail</li>
|
||||
<li><strong>empty</strong> => <code>lmtp:unix:/var/run/dovecot/lmtp</code> (default, configured in Postfix <code>main.cf</code>)</li>
|
||||
<li><code>lmtp:unix:private/dovecot-lmtp</code> (use socket)</li>
|
||||
<li><code>lmtps:inet:<host>:<port></code> (secure lmtp with starttls)</li>
|
||||
<li><code>lmtp:<kopano-host>:2003</code> (use kopano as mailstore)</li>
|
||||
<li>etc.</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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue