From a88be6c6de345920c4da054cd251f8adf7e303d7 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Fri, 29 Jan 2016 17:24:36 +0900 Subject: [PATCH] Typo. --- en_US/faq/customize.maildir.path.md | 8 ++++---- en_US/upgrade/0-upgrade.iredmail.0.9.2-0.9.3.md | 4 ++-- html/customize.maildir.path.html | 8 ++++---- html/upgrade.iredmail.0.9.2-0.9.3.html | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/en_US/faq/customize.maildir.path.md b/en_US/faq/customize.maildir.path.md index 355193be..bea820c5 100644 --- a/en_US/faq/customize.maildir.path.md +++ b/en_US/faq/customize.maildir.path.md @@ -7,17 +7,17 @@ that your settings will be kept after upgrading iRedAdmin. ``` # It's RECOMMEND for better performance. Samples: -# - hashed: domain.ltd/u/s/e/username-2009.09.04.12.05.33/ +# - hashed: domain.ltd/u/s/e/username-2009.09.04.12.05.33/ # - non-hashed: domain.ltd/username-2009.09.04.12.05.33/ MAILDIR_HASHED = True # Prepend domain name in path. Samples: # - with domain name: domain.ltd/username/ -# - without: username/ +# - without: username/ MAILDIR_PREPEND_DOMAIN = True # Append timestamp in path. Samples: -# - with timestamp: domain.ltd/username-2010.12.20.13.13.33/ -# - without timestamp: domain.ltd/username/ +# - with timestamp: domain.ltd/username-2010.12.20.13.13.33/ +# - without timestamp: domain.ltd/username/ MAILDIR_APPEND_TIMESTAMP = True ``` diff --git a/en_US/upgrade/0-upgrade.iredmail.0.9.2-0.9.3.md b/en_US/upgrade/0-upgrade.iredmail.0.9.2-0.9.3.md index cf37ef8b..c6d18235 100644 --- a/en_US/upgrade/0-upgrade.iredmail.0.9.2-0.9.3.md +++ b/en_US/upgrade/0-upgrade.iredmail.0.9.2-0.9.3.md @@ -340,7 +340,7 @@ and append below settings right after `SSLEngine on` line: # Reference: # https://developer.mozilla.org/en-US/docs/Web/Security/HTTP_strict_transport_security # Module mod_headers is required. 15768000 seconds = 6 months. -Header always set Strict-Transport-Security "max-age=15768000; includeSubdomains" +Header always set Strict-Transport-Security "max-age=15768000" ``` On Debian 8 and Ubuntu, run command below to make sure Apache module `headers` @@ -363,7 +363,7 @@ and append below settings right after `ssl on` line: # Use HTTP Strict Transport Security to force client to use secure connections only. # Reference: # https://developer.mozilla.org/en-US/docs/Web/Security/HTTP_strict_transport_security -add_header Strict-Transport-Security "max-age=15768000; includeSubdomains"; +add_header Strict-Transport-Security "max-age=15768000" ``` ### SOGo: Fix improper settings in Apache/Nginx config file diff --git a/html/customize.maildir.path.html b/html/customize.maildir.path.html index ea6ba006..996a177f 100644 --- a/html/customize.maildir.path.html +++ b/html/customize.maildir.path.html @@ -16,18 +16,18 @@ are stored in file libs/default_settings.py, if you need to change please write your own setting in iRedAdmin main config file settings.py, so that your settings will be kept after upgrading iRedAdmin.

# It's RECOMMEND for better performance. Samples:
-# - hashed: domain.ltd/u/s/e/username-2009.09.04.12.05.33/
+# - hashed:     domain.ltd/u/s/e/username-2009.09.04.12.05.33/
 # - non-hashed: domain.ltd/username-2009.09.04.12.05.33/
 MAILDIR_HASHED = True
 
 # Prepend domain name in path. Samples:
 # - with domain name: domain.ltd/username/
-# - without: username/
+# - without:          username/
 MAILDIR_PREPEND_DOMAIN = True
 
 # Append timestamp in path. Samples:
-# - with timestamp: domain.ltd/username-2010.12.20.13.13.33/
-# - without timestamp: domain.ltd/username/
+# - with timestamp:     domain.ltd/username-2010.12.20.13.13.33/
+# - without timestamp:  domain.ltd/username/
 MAILDIR_APPEND_TIMESTAMP = True
 

All documents are available in BitBucket repository, and published under Creative Commons license. If you found something wrong, please do contact us to fix it.