summaryrefslogtreecommitdiffstats
path: root/office/SOGo/README.SBo
diff options
context:
space:
mode:
author Chris Walker2018-10-30 10:19:31 +0100
committer Willy Sudiarto Raharjo2018-11-03 01:46:37 +0100
commite1f03463159e51d656a17f3ce9a057357ecc5e0b (patch)
tree4fec3ac7197adcef0e47be0fe9222524d797f702 /office/SOGo/README.SBo
parent6649017c23dd754e8a3bdbf23da1d13296b1f185 (diff)
downloadslackbuilds-e1f03463159e51d656a17f3ce9a057357ecc5e0b.tar.gz
office/SOGo: Updated for version 4.0.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/SOGo/README.SBo')
-rw-r--r--office/SOGo/README.SBo14
1 files changed, 7 insertions, 7 deletions
diff --git a/office/SOGo/README.SBo b/office/SOGo/README.SBo
index 16923b3c2b..505492cfcc 100644
--- a/office/SOGo/README.SBo
+++ b/office/SOGo/README.SBo
@@ -38,22 +38,22 @@ your /etc/rc.d/rc.local_shutdown:
Adding users
============
Users are automatically added to the SOGo groupware server whenever they
-successfully log onto it with valid IMAP credentials.
+successfully log in with valid IMAP credentials.
Removing users
==============
-Removing requires the use of the sogo-tool utility. You can remove a
-user like so:
+Removing a user from the SOGo groupware server requires the use of the
+sogo-tool utility. You can remove a user like so:
$ /usr/sbin/sogo-tool remove USERID
Configuration file issues
=========================
-The documentation outlines the format required when trying to use TLS
-with the SOGoIMAPServer and SOGoSieveServer values in the
+The documentation outlines the format required when trying to specify
+TLS with the SOGoIMAPServer and SOGoSieveServer values in the
/etc/sogo/sogo.conf file. Unfortunately, what is described doesn't
-quite work as described. In order for this to work you'll need to quote
-the parameters, like so:
+work. In order to use TLS with these two values, you will need to
+quote the parameters, like so:
..
SOGoIMAPServer = "imap://127.0.0.1:143/?tls=YES";