Difference between revisions of "SOGo"

From dmfswiki
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
Just enter the name of your server along with your username and password. Address books and calendars will be discovered automatically.
 
Just enter the name of your server along with your username and password. Address books and calendars will be discovered automatically.
  
== CalDAV-Sync ===
+
=== CalDAV-Sync ===
 
* '''Server URL''': <nowiki><servername>:<port></nowiki>
 
* '''Server URL''': <nowiki><servername>:<port></nowiki>
 
* '''Use SSL''': check accordingly
 
* '''Use SSL''': check accordingly
Line 19: Line 19:
 
in that case.
 
in that case.
  
== CardDAV-Sync ===
+
=== CardDAV-Sync ===
  
 
See the instructions for CalDAV-Sync, with CardDAV-Sync it works exactly the same way.
 
See the instructions for CalDAV-Sync, with CardDAV-Sync it works exactly the same way.
  
 
== known issues ==
 
== 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.
 
There are several known limitations of SOGo.
Line 31: Line 37:
 
* SOGo knows of five phone numbers and types only: work, home, fax, pager, mobile.  
 
* 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"
 
* 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.