docs: fix syntax, specify fqdn requirement for SSL/TLS

pull/284/head
Francis Lachapelle 2020-07-10 09:59:59 -04:00
parent ddbed84dbf
commit a91a00e33c
1 changed files with 14 additions and 8 deletions

View File

@ -237,14 +237,14 @@ rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
For RHEL/CentOS 8 For RHEL/CentOS 8
---- ----
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm 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 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: packages from EPEL. Adjust the repository definition to exclude those packages:
---- ----
sed -i '/enabled=1/a \ 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/. 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 |D |SOGoIMAPServer
|Parameter used to set the DNS name or IP address of the IMAP server |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 used by SOGo. You can also use SSL or TLS by providing a value using a
URL, such as: URL with a fully qualified domain name, such as:
[options="compact"] [options="compact"]
* `imaps://127.0.0.1:993` * `imaps://mail.acme.com:993`
* `imap://127.0.0.1:143/?tls=YES` * `imap://mail.acme.com:143/?tls=YES`
|D |SOGoSieveServer |D |SOGoSieveServer
|Parameter used to set the DNS name or IP address of the Sieve |Parameter used to set the DNS name or IP address of the Sieve
@ -1927,7 +1927,12 @@ URL, such as:
[options="compact"] [options="compact"]
* `sieve://127.0.0.1` * `sieve://127.0.0.1`
* `sieve://127.0.0.1:4190` * `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. Note that TLS is supported but SSL is not.
@ -2376,7 +2381,8 @@ Defaults to `below`.
|U |SOGoMailReplyTo |U |SOGoMailReplyTo
|The email address to use in the `reply-to` header field when the user |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. Ignored when empty.