Replace TLS by STARTTLS.

fixes iredmail/iRedMail#22
This commit is contained in:
Zhang Huangbin 2020-04-23 11:35:32 +08:00
parent ea6ec8c81e
commit 48052f294a
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
!!! note "Quick MUA Settings"
* Login username of SMTP/POP3/IMAP services must be full email address.
* POP3 service: port 110 over TLS (recommended), or port 995 with SSL.
* IMAP service: port 143 over TLS (recommended), or port 993 with SSL.
* SMTP service: port 587 over TLS. If you need to support old mail clients with SMTP over SSL (port 465), please check our tutorial: [Enable SMTPS service (SMTP over SSL, port 465)](https://docs.iredmail.org/enable.smtps.html).
* POP3 service: port 110 over STARTTLS (recommended), or port 995 with SSL.
* IMAP service: port 143 over STARTTLS (recommended), or port 993 with SSL.
* SMTP service: port 587 over STARTTLS. If you need to support old mail clients with SMTP over SSL (port 465), please check our tutorial: [Enable SMTPS service (SMTP over SSL, port 465)](https://docs.iredmail.org/enable.smtps.html).
* CalDAV and CardDAV server addresses: `https://<server>/SOGo/dav/<full email address>`

View File

@ -51,9 +51,9 @@
<p class="admonition-title">Quick MUA Settings</p>
<ul>
<li>Login username of SMTP/POP3/IMAP services must be full email address.</li>
<li>POP3 service: port 110 over TLS (recommended), or port 995 with SSL.</li>
<li>IMAP service: port 143 over TLS (recommended), or port 993 with SSL.</li>
<li>SMTP service: port 587 over TLS. If you need to support old mail clients with SMTP over SSL (port 465), please check our tutorial: <a href="https://docs.iredmail.org/enable.smtps.html">Enable SMTPS service (SMTP over SSL, port 465)</a>.</li>
<li>POP3 service: port 110 over STARTTLS (recommended), or port 995 with SSL.</li>
<li>IMAP service: port 143 over STARTTLS (recommended), or port 993 with SSL.</li>
<li>SMTP service: port 587 over STARTTLS. If you need to support old mail clients with SMTP over SSL (port 465), please check our tutorial: <a href="https://docs.iredmail.org/enable.smtps.html">Enable SMTPS service (SMTP over SSL, port 465)</a>.</li>
<li>CalDAV and CardDAV server addresses: <code>https://&lt;server&gt;/SOGo/dav/&lt;full email address&gt;</code></li>
</ul>
</div>