From a3d90957ab69c4dd31af3c75bf44d528bdd0d279 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Thu, 4 Jun 2015 17:59:49 +0800 Subject: [PATCH] Typo. --- html/upgrade.iredmail.0.9.1-0.9.2.html | 16 ++++++++++------ upgrade/0-upgrade.iredmail.0.9.1-0.9.2.md | 6 +++--- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/html/upgrade.iredmail.0.9.1-0.9.2.html b/html/upgrade.iredmail.0.9.1-0.9.2.html index 8ba7de7b..63742f3f 100644 --- a/html/upgrade.iredmail.0.9.1-0.9.2.html +++ b/html/upgrade.iredmail.0.9.1-0.9.2.html @@ -115,11 +115,14 @@ SSLHonorCipherOrder on

If you're running Apache older than version 2.4.8, please append the DHparams generated above to the end of the certificate file. Note: if you use a bought SSL certificate, append it to your cert file.

-
* On RHEL/CentOS: ```# cat /etc/pki/tls/dhparams.pem >> /etc/pki/tls/certs/iRedMail.crt```
-* Debian/Ubuntu: ```# cat /etc/ssl/dhparams.pem >> /etc/ssl/certs/iRedMail.crt```
-
# service httpd restart
 
@@ -150,7 +153,8 @@ ssl_dhparam /etc/ssl/dhparams.pem;

If you're running Dovecot-2.2.6 or later releases, please add some additional settings in dovecot.conf:

-
ssl_prefer_server_ciphers = yes (Dovecot 2.2.6 or greater)
+
# Dovecot 2.2.6 or later releases
+ssl_prefer_server_ciphers = yes
 
 # Dovecot will regenerate dhparams.pem itself, here we ask it to regenerate
 # with 2048 key length.
@@ -357,7 +361,7 @@ is fixed with below steps.

  • Open file /etc/postfix/ldap/catchall_maps.cf (on Linux/OpenBSD) or /usr/local/etc/postfix/ldap/catchall_maps.cf (on FreeBSD), replace all - %d by %s:
  • + @%d by %s:
# perl -pi -e 's#@%d#%s#g' /etc/postfix/ldap/catchall_maps.cf
 
diff --git a/upgrade/0-upgrade.iredmail.0.9.1-0.9.2.md b/upgrade/0-upgrade.iredmail.0.9.1-0.9.2.md index 02b9e746..3dbb9a80 100644 --- a/upgrade/0-upgrade.iredmail.0.9.1-0.9.2.md +++ b/upgrade/0-upgrade.iredmail.0.9.1-0.9.2.md @@ -85,8 +85,8 @@ If you're running Apache older than version 2.4.8, please append the DHparams generated above to the end of the certificate file. Note: if you use a bought SSL certificate, append it to your cert file. - * On RHEL/CentOS: ```# cat /etc/pki/tls/dhparams.pem >> /etc/pki/tls/certs/iRedMail.crt``` - * Debian/Ubuntu: ```# cat /etc/ssl/dhparams.pem >> /etc/ssl/certs/iRedMail.crt``` +* On RHEL/CentOS: ```# cat /etc/pki/tls/dhparams.pem >> /etc/pki/tls/certs/iRedMail.crt``` +* Debian/Ubuntu: ```# cat /etc/ssl/dhparams.pem >> /etc/ssl/certs/iRedMail.crt``` * Reloading or restarting Apache service is required: @@ -372,7 +372,7 @@ is fixed with below steps. * Open file `/etc/postfix/ldap/catchall_maps.cf` (on Linux/OpenBSD) or `/usr/local/etc/postfix/ldap/catchall_maps.cf` (on FreeBSD), replace all - `%d` by `%s`: + `@%d` by `%s`: ``` # perl -pi -e 's#@%d#%s#g' /etc/postfix/ldap/catchall_maps.cf