mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 01:24:52 +02:00
deploy: 9446fa9b9a
This commit is contained in:
parent
06f95fa6ba
commit
0077f9138c
4 changed files with 4 additions and 24 deletions
|
@ -1063,13 +1063,6 @@
|
|||
<nav class="md-nav" aria-label="LDAP">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#enable_ldap" class="md-nav__link">
|
||||
ENABLE_LDAP
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#ldap_start_tls" class="md-nav__link">
|
||||
LDAP_START_TLS
|
||||
|
@ -3036,13 +3029,6 @@
|
|||
<nav class="md-nav" aria-label="LDAP">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#enable_ldap" class="md-nav__link">
|
||||
ENABLE_LDAP
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#ldap_start_tls" class="md-nav__link">
|
||||
LDAP_START_TLS
|
||||
|
@ -3554,7 +3540,7 @@
|
|||
<li>OIDC => use OIDC authentication (<strong>not yet implemented</strong>)</li>
|
||||
<li>FILE => use local files (this is used as the default)</li>
|
||||
</ul>
|
||||
<p>A second container for the ldap service is necessary (e.g. <a href="https://github.com/osixia/docker-openldap">docker-openldap</a>)</p>
|
||||
<p>A second container for the ldap service is necessary (e.g. <a href="https://hub.docker.com/r/bitnami/openldap/"><code>bitnami/openldap</code></a>).</p>
|
||||
<h5 id="permit_docker"><a class="toclink" href="#permit_docker">PERMIT_DOCKER</a></h5>
|
||||
<p>Set different options for mynetworks option (can be overwrite in postfix-main.cf) <strong>WARNING</strong>: Adding the docker network's gateway to the list of trusted hosts, e.g. using the <code>network</code> or <code>connected-networks</code> option, can create an <a href="https://en.wikipedia.org/wiki/Open_mail_relay"><strong>open relay</strong></a>, for instance if IPv6 is enabled on the host machine but not in Docker.</p>
|
||||
<ul>
|
||||
|
@ -4004,8 +3990,6 @@ If this is not set and reports are enabled with the old options, logrotate will
|
|||
<li><strong>5</strong> => <code>getmail</code> The number of minutes for the interval. Min: 1; Max: 30; Default: 5.</li>
|
||||
</ul>
|
||||
<h4 id="ldap"><a class="toclink" href="#ldap">LDAP</a></h4>
|
||||
<h5 id="enable_ldap"><a class="toclink" href="#enable_ldap">ENABLE_LDAP</a></h5>
|
||||
<p>Deprecated. See <a href="#account_provisioner"><code>ACCOUNT_PROVISIONER</code></a>.</p>
|
||||
<h5 id="ldap_start_tls"><a class="toclink" href="#ldap_start_tls">LDAP_START_TLS</a></h5>
|
||||
<ul>
|
||||
<li><strong>empty</strong> => no</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue