Em 06-09-2013 15:53, Corrado Fiore escreveu:
I could not make it work with SOGo. I commented all but BackendImap, caldav and 
carddav on combined/config.php, edited each config.php for each enabled 
backend, and yet only imap works. When I try to list available calendars on my 
account it shows nothing.
Could you please post the relevant lines in the CardDAV / CalDAV backends' conf 
to a pastebin?  It's likely that the paths you specified are the culprit here.
Hi,

Indeed. I managed to find out what was wrong by try-and-miss some days ago, just could not yet give it back. In order to caldav backend work with SOGo, I had to fiddle with its config.php to dismember the whole caldav url into its correct defines, as follows:

define('CARDDAV_PROTOCOL', 'https');
define('CARDDAV_SERVER', 'sogo.domain.tld');
define('CARDDAV_PORT', '443');
define('CARDDAV_PATH', '/SOGo/dav/%u/');
define('CARDDAV_CONTACTS_FOLDER_NAME', 'Contacts/personal');

For instance, if you define('CARDDAV_PATH', '/SOGo/dav/%u/Contacts') taking "Contacts" off from below, it wont work. At the end, ActiveSync is working smooth for imap and caldav, have not tested contacts, dont miss that, but I assume is working :P

Best regards.

--
*Marcio Merlone*
TI - Administrador de redes

*A1 Engenharia - Unidade Corporativa*
Fone:   +55 41 3616-3797
Cel:    +55 41 9689-0036

http://www.a1.ind.br/ <http://www.a1.ind.br>
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to