From a91a00e33cea3e365d8c43b4a9b15a9d55479afb Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 10 Jul 2020 09:59:59 -0400 Subject: [PATCH] docs: fix syntax, specify fqdn requirement for SSL/TLS --- Documentation/SOGoInstallationGuide.asciidoc | 22 +++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index d28cf09a5..24d79d0cc 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -237,14 +237,14 @@ rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm For RHEL/CentOS 8 ---- yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm ---- +---- SOGo relies on the GNUstep packages provided by Inverse and must not use the packages from EPEL. Adjust the repository definition to exclude those packages: ---- sed -i '/enabled=1/a \ -exclude=gnustep*' /etc/yum.repos.d/epel.repo + exclude=gnustep*' /etc/yum.repos.d/epel.repo ---- For more information on EPEL, visit http://fedoraproject.org/wiki/EPEL/. @@ -1913,12 +1913,12 @@ value as the `-s` argument of the imap pam service. |D |SOGoIMAPServer |Parameter used to set the DNS name or IP address of the IMAP server -used by SOGo. You can also use SSL or TLS by providing a value using an -URL, such as: +used by SOGo. You can also use SSL or TLS by providing a value using a +URL with a fully qualified domain name, such as: [options="compact"] -* `imaps://127.0.0.1:993` -* `imap://127.0.0.1:143/?tls=YES` +* `imaps://mail.acme.com:993` +* `imap://mail.acme.com:143/?tls=YES` |D |SOGoSieveServer |Parameter used to set the DNS name or IP address of the Sieve @@ -1927,7 +1927,12 @@ URL, such as: [options="compact"] * `sieve://127.0.0.1` * `sieve://127.0.0.1:4190` -* `sieve://127.0.0.1:4190/?tls=YES` + +You can also use TLS by providing a value using a URL with a fully +qualified domain name, such as: + +[options="compact"] +* `sieve://mail.acme.com:4190/?tls=YES` Note that TLS is supported but SSL is not. @@ -2376,7 +2381,8 @@ Defaults to `below`. |U |SOGoMailReplyTo |The email address to use in the `reply-to` header field when the user -sends a message. +sends a message, if _SOGoMailCustomFromEnabled_ is set in the user's +domain defaults. Ignored when empty.