mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
23 lines
865 B
Text
23 lines
865 B
Text
|
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'.
|