diff --git a/README.md b/README.md index 82e1320d..736c62e6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ We're working on migrating [old wiki documents](http://www.iredmail.org/wiki) to * [Quarantining](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/1-quarantining.md) * [Allow insecure POP3/IMAP/SMTP connections without STARTTLS](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/2-allow.insecure.pop3.imap.smtp.connections.md) * [Allow user to send email without authentication](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/allow.user.to.send.email.without.authentication.md) -* [Configure Thunderbird as mail client (IMAP, SMTP and global ldap address book)](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/configure.thunderbird.md) +* [Configure Thunderbird as mail client (POP3/IMAP, SMTP and global ldap address book)](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/configure.thunderbird.md) * [Force mail user to change password in 90 days](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/force.user.to.change.password.md) * [Ignore Trash folder in mailbox quota](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/ignore.trash.folder.in.quota.md) * [LDAP: Add an alias domain](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/ldap.add.alias.domain.md) @@ -22,13 +22,13 @@ We're working on migrating [old wiki documents](http://www.iredmail.org/wiki) to * [Force Dovecot to recalculate mailbox quota](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/recalculate.mailbox.quota.md) * [SQL: Create an mail alias account with SQL command line](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/sql.create.mail.alias.md) * [Store SpamAssassin bayes in SQL](https://bitbucket.org/zhb/docs.iredmail.org/src/default/howto/store.spamassassin.bayes.in.sql.md) -# Third-party integrations. +# Third-party integrations * [Integrate Microsoft Active Directory in iRedMail](https://bitbucket.org/zhb/docs.iredmail.org/src/default/integrations/active.directory.md) * [SOGo: How to install SOGo on CentOS 6 with iRedMail (MySQL backend)](https://bitbucket.org/zhb/docs.iredmail.org/src/default/integrations/sogo-centos-6-mysql.md) * [Enabling Apache Solr 4.10 (using jetty) with Dovecot 2.2 for fulltext search results on Centos 6 (iRedMail compatible)](https://extremeshok.com/6622/enabling-apache-solr-4-10-using-jetty-with-dovecot-2-2-for-fulltext-search-results-on-centos-6-iredmail-compatible/) -# Cluster solutions +# Cluster * [An Ultra-HA, full Mult-Master E-mail cluster with iRedMail, MariaDB, and IPVS ](https://bitbucket.org/zhb/docs.iredmail.org/src/default/cluster/full.mult-master.iredmail.cluster.with.mariadb.and.ipvs.md) -# Backup, restore and migration +# Backup and Restore * [Migrate iRedAdmin open source edition to iRedAdmin-Pro](https://bitbucket.org/zhb/docs.iredmail.org/src/default/backup-restore/migrate.or.upgrade.iredadmin.md) * [Migrate old iRedMail server to the latest stable release](https://bitbucket.org/zhb/docs.iredmail.org/src/default/backup-restore/migrate.to.new.iredmail.server.md) * [Password hashes](https://bitbucket.org/zhb/docs.iredmail.org/src/default/backup-restore/password.hashes.md) diff --git a/backup-restore/_title.md b/backup-restore/_title.md index ead6e5e5..6570827d 100644 --- a/backup-restore/_title.md +++ b/backup-restore/_title.md @@ -1 +1 @@ -Backup, restore and migration +Backup and Restore diff --git a/cluster/_title.md b/cluster/_title.md index e6d2e1a0..4f32d257 100644 --- a/cluster/_title.md +++ b/cluster/_title.md @@ -1 +1 @@ -Cluster solutions +Cluster diff --git a/howto/configure.thunderbird.md b/howto/configure.thunderbird.md index 976878f0..891fd064 100644 --- a/howto/configure.thunderbird.md +++ b/howto/configure.thunderbird.md @@ -1,4 +1,4 @@ -# Configure Thunderbird as mail client (IMAP, SMTP and global ldap address book) +# Configure Thunderbird as mail client (POP3/IMAP, SMTP and global ldap address book) [TOC] diff --git a/html/allow.insecure.pop3.imap.smtp.connections.html b/html/allow.insecure.pop3.imap.smtp.connections.html index 99945933..97ea88f5 100644 --- a/html/allow.insecure.pop3.imap.smtp.connections.html +++ b/html/allow.insecure.pop3.imap.smtp.connections.html @@ -12,7 +12,7 @@ // 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 better security by default. If your mail clients +services over STARTTLS for secure connections. 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
diff --git a/html/configure.thunderbird.html b/html/configure.thunderbird.html
index b65dbc21..d2a556fb 100644
--- a/html/configure.thunderbird.html
+++ b/html/configure.thunderbird.html
@@ -1,7 +1,7 @@
 
     
         
-        Configure Thunderbird as mail client (IMAP, SMTP and global ldap address book)
+        Configure Thunderbird as mail client (POP3/IMAP, SMTP and global ldap address book)
         
     
     
@@ -10,10 +10,10 @@
         iRedMail web site
     
         // Document Index
-    

Configure Thunderbird as mail client (IMAP, SMTP and global ldap address book)

+

Configure Thunderbird as mail client (POP3/IMAP, SMTP and global ldap address book)