Difference between revisions of "SOGo"

From Organic Design wiki
(OpenChange - Open Source Exchange alternative with native Outlook capabilit)
(Our installation)
Line 3: Line 3:
 
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.
 
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.
  
SOGo is the missing component of your infrastructure; it sits in the middle of your servers to offer your users an uniform and complete interface to access their information. It has been deployed in production environments where thousands of users are involved.
+
SOGo is the missing component of your infrastructure; it sits in the middle of your servers to offer your users an uniform and complete interface to access their information. It has been deployed in production environments where thousands of users are involved. The following diagram demonstrates the SOGo architecture.
 +
 
 +
[[File:Sogo-architecture.png]]
 +
 
 +
Standard protocols such as CalDAV, CardDAV, GroupDAV, HTTP, IMAP and SMTP are used to communicate with the SOGo platform or its sub-components. Mobile devices supporting the SyncML standard use the Funambol middleware to synchronize information.
  
 
== Our installation ==
 
== Our installation ==
 +
They have installation [http://www.sogo.nu/english/downloads/backend.html packages available] for the most popular Linux flavours including Debian, Ubuntu and RedHat. In installed the Ubuntu version for Lucid according to their [http://www.sogo.nu/english/support/faq/article/how-to-install-sogo-on-ubuntu-2.html Ubuntu installation guide].
  
 +
This all went without a hitch, about 40MB of packages were downloaded and installed and then the ''sogod'' daemon started is listening on port 20000, but a login causes it to fail, because no configuration has been done yet.
  
 
== See also ==
 
== See also ==

Revision as of 06:45, 21 September 2011

SOGo is fully supported and a trusted, open source 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.

SOGo is the missing component of your infrastructure; it sits in the middle of your servers to offer your users an uniform and complete interface to access their information. It has been deployed in production environments where thousands of users are involved. The following diagram demonstrates the SOGo architecture.

Sogo-architecture.png

Standard protocols such as CalDAV, CardDAV, GroupDAV, HTTP, IMAP and SMTP are used to communicate with the SOGo platform or its sub-components. Mobile devices supporting the SyncML standard use the Funambol middleware to synchronize information.

Our installation

They have installation packages available for the most popular Linux flavours including Debian, Ubuntu and RedHat. In installed the Ubuntu version for Lucid according to their Ubuntu installation guide.

This all went without a hitch, about 40MB of packages were downloaded and installed and then the sogod daemon started is listening on port 20000, but a login causes it to fail, because no configuration has been done yet.

See also