Difference between revisions of "SOGo"

From dmfswiki
Jump to: navigation, search
(Created page with " == Configuration == just enter the name of your server")
 
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
[http://www.sogo.nu SOGo] is an Open-Source groupware developed by Inverse in Canada.
  
== Configuration ==
+
SOGo is fully supported by CalDAV-Sync and CardDAV-Sync
  
just enter the name of your server
+
== Setup ==
 +
 
 +
Just enter the name of your server along with your username and password. Address books and calendars will be discovered automatically.
 +
 
 +
=== CalDAV-Sync ===
 +
* '''Server URL''': <nowiki><servername>:<port></nowiki>
 +
* '''Use SSL''': check accordingly
 +
* '''Username''': your login name
 +
* '''Password''': your password
 +
 
 +
In some cases (e.g. if you're running a web server on the same host and port) the URL above may not work, try
 +
 
 +
* '''Server URL''': <nowiki><servername>:<port>/SOGo/dav/</nowiki>
 +
 
 +
in that case.
 +
 
 +
=== CardDAV-Sync ===
 +
 
 +
See the instructions for CalDAV-Sync, with CardDAV-Sync it works exactly the same way.
 +
 
 +
== known issues ==
 +
 
 +
If you have trouble with calendar discovery please ensure that you've <em>removed</em> the following line from your SOGo config:
 +
<pre>
 +
WOUseRelativeURLs = NO;
 +
</pre>
 +
With recent SOGo version it's not recommended to use absolute URLs anymore.
 +
 
 +
There are several known limitations of SOGo.
 +
 
 +
=== CardDAV ===
 +
 
 +
* SOGo knows of five phone numbers and types only: work, home, fax, pager, mobile.
 +
* Work email is mapped to the "Email" field, home email is mapped to "Additional Email"
 +
* After import of a LDIF file "\r" is appended to the email field. ([http://www.sogo.nu/bugs/view.php?id=2281 Bugreport]) To avoid it, convert the LDIF file format from [https://en.wikipedia.org/wiki/Unix2dos DOS to Unix].

Latest revision as of 13:06, 11 July 2013

SOGo is an Open-Source groupware developed by Inverse in Canada.

SOGo is fully supported by CalDAV-Sync and CardDAV-Sync

Setup

Just enter the name of your server along with your username and password. Address books and calendars will be discovered automatically.

CalDAV-Sync

  • Server URL: <servername>:<port>
  • Use SSL: check accordingly
  • Username: your login name
  • Password: your password

In some cases (e.g. if you're running a web server on the same host and port) the URL above may not work, try

  • Server URL: <servername>:<port>/SOGo/dav/

in that case.

CardDAV-Sync

See the instructions for CalDAV-Sync, with CardDAV-Sync it works exactly the same way.

known issues

If you have trouble with calendar discovery please ensure that you've removed the following line from your SOGo config:

WOUseRelativeURLs = NO;

With recent SOGo version it's not recommended to use absolute URLs anymore.

There are several known limitations of SOGo.

CardDAV

  • SOGo knows of five phone numbers and types only: work, home, fax, pager, mobile.
  • Work email is mapped to the "Email" field, home email is mapped to "Additional Email"
  • After import of a LDIF file "\r" is appended to the email field. (Bugreport) To avoid it, convert the LDIF file format from DOS to Unix.