Hello, I'm currently in the evaluation process for the implementation of a zarafa installation where I want to provide access to the addressbooks to our thunderbird users by using the SOGO Connector. While testing such a setup I do not get a synchronisation working.
The setup: Zarafa 7.1rc3 with the add-on sabre-zarafa from http://code.google.com/p/sabre-zarafa/ Thunderbird 14.0 (Linux) with Inverse SOGO Connector 10.0 Remote address book created with different URLs like http://localhost:8080/sabre-zarafa/ - /sabre-zarafa/addressbooks/niko - /sabre-zarafa/principals/niko The full url http://localhost:8080/sabre-zarafa/addressbooks/niko show a list of *.vcf files when open in firefox. The real server is https only, so I rerouted the traffic through a delegated HTTP-to-HTTPS proxy setup. I was able to track the traffic with wireshark. Please can you give hints, if - is the requested "getctag" is required? - is there any configuration missing? - how to configure SOGO to work with sabre-zarafa? Log: PROPFIND /sabre-zarafa/ HTTP/1.1 Host: localhost:8080 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0 Lightning/1.6 Accept: text/xml Accept-Language: en-US,en;q=0.8,de-DE;q=0.6,de;q=0.4,en-AU;q=0.2 Accept-Encoding: gzip, deflate Connection: keep-alive Accept-Charset: utf-8,*;q=0.1 Depth: 0 Content-Type: application/xml; charset=utf8 Content-Length: 175 Authorization: Basic bmlrbzp3c2NnbWJoMQ== Pragma: no-cache Cache-Control: no-cache <?xml version="1.0"?> <D:propfind xmlns:D="DAV:" xmlns:x0="http://calendarserver.org/ns/"><D:prop><D:resourcetype/><D:supported-report-set/><x0:getctag/></D:prop></D:propfind>HTTP/1.1 207 Multi-Status DeleGate-Ver: 9.9.7 (delay=1) Date: Thu, 23 Aug 2012 13:42:59 GMT Server: Apache/2.2.15 (CentOS) X-Powered-By: PHP/5.3.3 DAV: 1, 3, extended-mkcol, addressbook, access-control Content-Type: application/xml; charset=utf-8 Via: 1.1 - (DeleGate/9.9.7) Connection: close Content-Length: 803 <?xml version="1.0" encoding="utf-8"?> <d:multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns" xmlns:card="urn:ietf:params:xml:ns:carddav"><d:response><d:href>/sabre-zarafa/</d:href><d:propstat><d:prop><d:resourcetype><d:collection/></d:resourcetype><d:supported-report-set><d:supported-report><d:report><d:expand-property/></d:report></d:supported-report><d:supported-report><d:report><d:principal-property-search/></d:report></d:supported-report><d:supported-report><d:report><d:principal-search-property-set/></d:report></d:supported-report></d:supported-report-set></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat><d:propstat><d:prop><x3:getctag xmlns:x3="http://calendarserver.org/ns/"/></d:prop><d:status>HTTP/1.1 404 Not Found</d:status></d:propstat></d:response></d:multistatus> Thank you. Best regards, Nikolaus Filus -- [email protected] https://inverse.ca/sogo/lists
