diff options
author | Chris Walker <kris240376@gmail.com> | 2018-09-21 22:26:38 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-09-21 22:26:38 +0100 |
commit | 995510e0b97e7b0d4fdac6e6e917cf8334006aeb (patch) | |
tree | 04eca882637346125b8c3f1a4f2853a2d9d11001 /office/SOGo/README | |
parent | 0b5f135aa8437538afd759304b08009cefe9ad20 (diff) |
office/SOGo: Added (open source groupware).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/SOGo/README')
-rw-r--r-- | office/SOGo/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/office/SOGo/README b/office/SOGo/README new file mode 100644 index 000000000000..03cf0106a13a --- /dev/null +++ b/office/SOGo/README @@ -0,0 +1,22 @@ +SOGo is a fully supported and trusted groupware server with a focus on +scalability and open standards. SOGo is released under the GNU +GPL/LGPL v2 and above. + +SOGo provides a rich AJAX-based Web interface and supports multiple +native clients through the use of standard protocols such as CalDAV, +CardDAV and GroupDAV, as well as Microsoft ActiveSync. + +SOGo is the missing component of your infrastructure; it sits in the +middle of your servers to offer your users a uniform and complete +interface to access their information. It has been deployed in +production environments where thousands of users are involved. + +Groupname and Username + +You must have the 'sogo' group and user to run this script, +for example: + + groupadd -g 356 sogo + useradd -u 356 -m -d /var/lib/sogo -s /bin/bash -g 356 sogo + +For some basic setup instructions, check the included 'README.SBo'. |