From 76b807ff0ad4879ae0d70d68155d1b40770566d8 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Tue, 7 Oct 2014 14:19:38 +0800 Subject: [PATCH] Typo. --- howto/2-allow.insecure.pop3.imap.smtp.connections.md | 12 ++++++------ html/allow.insecure.pop3.imap.smtp.connections.html | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/howto/2-allow.insecure.pop3.imap.smtp.connections.md b/howto/2-allow.insecure.pop3.imap.smtp.connections.md index 7e43703d..5dc4824c 100644 --- a/howto/2-allow.insecure.pop3.imap.smtp.connections.md +++ b/howto/2-allow.insecure.pop3.imap.smtp.connections.md @@ -1,9 +1,9 @@ # Allow insecure POP3/IMAP/SMTP connections without STARTTLS With default iRedMail setting, all clients are forced to use POP3/IMAP/SMTP -services over STARTTLS for for better security by default. If your mail clients -try to access mailbox via protocol POP3 (port 110) or IMAP (port 143) without -TLS support, you will get error message like below: +services over STARTTLS for better security by default. If your mail clients +try to access mailbox via protocol POP3/IMAP without TLS support, you will +get error message like below: ``` Plaintext authentication disallowed on non-secure (SSL/TLS) connections @@ -11,9 +11,9 @@ Plaintext authentication disallowed on non-secure (SSL/TLS) connections ## Allow insecure POP3/IMAP connections -If you want to enable POP3/IMAPS without STARTTLS for some reason (again, not -recommended), please update below two parameters in Dovecot config file -`dovecot.conf` and restart Dovecot service: +If you want to enable POP3/IMAP services without STARTTLS for some reason +(again, not recommended), please update below two parameters in Dovecot config +file `/etc/dovecot/dovecot.conf` and restart Dovecot service: * on Linux and OpenBSD, it's `/etc/dovecot/dovecot.conf` * on FreeBSD, it's `/usr/local/etc/dovecot/dovecot.conf` diff --git a/html/allow.insecure.pop3.imap.smtp.connections.html b/html/allow.insecure.pop3.imap.smtp.connections.html index c6799b4c..99945933 100644 --- a/html/allow.insecure.pop3.imap.smtp.connections.html +++ b/html/allow.insecure.pop3.imap.smtp.connections.html @@ -12,16 +12,16 @@ // Document Index

Allow insecure POP3/IMAP/SMTP connections without STARTTLS

With default iRedMail setting, all clients are forced to use POP3/IMAP/SMTP -services over STARTTLS for for better security by default. If your mail clients -try to access mailbox via protocol POP3 (port 110) or IMAP (port 143) without -TLS support, you will get error message like below:

+services over STARTTLS for better security by default. If your mail clients +try to access mailbox via protocol POP3/IMAP without TLS support, you will +get error message like below:

Plaintext authentication disallowed on non-secure (SSL/TLS) connections
 

Allow insecure POP3/IMAP connections

-

If you want to enable POP3/IMAPS without STARTTLS for some reason (again, not -recommended), please update below two parameters in Dovecot config file -dovecot.conf and restart Dovecot service:

+

If you want to enable POP3/IMAP services without STARTTLS for some reason +(again, not recommended), please update below two parameters in Dovecot config +file /etc/dovecot/dovecot.conf and restart Dovecot service: