summaryrefslogtreecommitdiffstats
path: root/office/SOGo/README.SBo
diff options
context:
space:
mode:
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";