mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
deploy: 34a1fd613f
This commit is contained in:
parent
ca9a5baf5f
commit
0eeb91b632
44 changed files with 490 additions and 4618 deletions
|
@ -15,7 +15,7 @@
|
|||
<link rel="canonical" href="https://docker-mailserver.github.io/docker-mailserver/edge/config/best-practices/autodiscover/">
|
||||
|
||||
|
||||
<link rel="prev" href="../spf/">
|
||||
<link rel="prev" href="../dkim_dmarc_spf/">
|
||||
|
||||
|
||||
<link rel="next" href="../../security/understanding-the-ports/">
|
||||
|
@ -78,6 +78,11 @@
|
|||
<label class="md-overlay" for="__drawer"></label>
|
||||
<div data-md-component="skip">
|
||||
|
||||
|
||||
<a href="#auto-discovery-of-services" class="md-skip">
|
||||
Skip to content
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div data-md-component="announce">
|
||||
|
||||
|
@ -512,36 +517,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../dkim/" class="md-nav__link">
|
||||
DKIM
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../dmarc/" class="md-nav__link">
|
||||
DMARC
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../spf/" class="md-nav__link">
|
||||
SPF
|
||||
<a href="../dkim_dmarc_spf/" class="md-nav__link">
|
||||
DKIM, DMARC & SPF
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -560,6 +537,8 @@
|
|||
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="./" class="md-nav__link md-nav__link--active">
|
||||
Auto-discovery
|
||||
|
@ -1421,6 +1400,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
|
@ -1438,8 +1419,7 @@
|
|||
|
||||
|
||||
|
||||
<h1>Auto-discovery</h1>
|
||||
|
||||
<h1 id="auto-discovery-of-services"><a class="toclink" href="#auto-discovery-of-services">Auto-Discovery of Services</a></h1>
|
||||
<p>Email auto-discovery means a client email is able to automagically find out about what ports and security options to use, based on the mail-server URI. It can help simplify the tedious / confusing task of adding own's email account for non-tech savvy users.</p>
|
||||
<p>Email clients will search for auto-discoverable settings and prefill almost everything when a user enters its email address <img alt="❤" class="twemoji" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/svg/2764.svg" title=":heart:" /></p>
|
||||
<p>There exists <a href="https://hub.docker.com/r/monogramm/autodiscover-email-settings/">autodiscover-email-settings</a> on which provides IMAP/POP/SMTP/LDAP autodiscover capabilities on Microsoft Outlook/Apple Mail, autoconfig capabilities for Thunderbird or kmail and configuration profiles for iOS/Apple Mail.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue