This commit is contained in:
Zhang Huangbin 2016-02-22 21:22:43 +08:00
parent 04b1e0cf6f
commit f626246d82
2 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Allow insecure POP3/IMAP/SMTP connections without STARTTLS
[TOC]
With default iRedMail setting, all clients are forced to use POP3/IMAP/SMTP
services over STARTTLS for secure connections. If your mail clients
try to access mailbox via protocol POP3/IMAP without TLS support, you will

View File

@ -11,6 +11,15 @@
// <a href="./index.html">Document Index</a>
</div><h1 id="allow-insecure-pop3imapsmtp-connections-without-starttls">Allow insecure POP3/IMAP/SMTP connections without STARTTLS</h1>
<div class="toc">
<ul>
<li><a href="#allow-insecure-pop3imapsmtp-connections-without-starttls">Allow insecure POP3/IMAP/SMTP connections without STARTTLS</a><ul>
<li><a href="#allow-insecure-pop3imap-connections">Allow insecure POP3/IMAP connections</a></li>
<li><a href="#allow-insecure-smtp-connection">Allow insecure SMTP connection</a></li>
</ul>
</li>
</ul>
</div>
<p>With default iRedMail setting, all clients are forced to use POP3/IMAP/SMTP
services over STARTTLS for secure connections. If your mail clients
try to access mailbox via protocol POP3/IMAP without TLS support, you will