Add link to enable SMTPS.

fixes iredmail/iRedMail#22
This commit is contained in:
Zhang Huangbin 2020-04-23 11:14:21 +08:00
parent 26c1bd226d
commit ea6ec8c81e
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@
* 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.
* 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).
* CalDAV and CardDAV server addresses: `https://<server>/SOGo/dav/<full email address>`

View File

@ -53,7 +53,7 @@
<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.</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>CalDAV and CardDAV server addresses: <code>https://&lt;server&gt;/SOGo/dav/&lt;full email address&gt;</code></li>
</ul>
</div>