Hello
Any news about this project ? Can you explain how to use this backend ?
Thanks
Hello
Any news about this project ? Can you explain how to use this backend ?
Thanks
the zimbra backend is currently under development... you can try the svn release at your own risk (don't forget to backup your data!!!)... feedback is welcome...
Status of Zimbra-Backend:
-) Message header and body ... ok
-) Deleting ... ok
-) Attachment ... in progress
-) Contacts
-) Basic mapping (both ways) ... ok
-) Deleting ... ok
-) Contact Picture ... ok (probably only with z-push >= 1.3)
-) Multiple contacts folder (using the category feature) ... to test
-) Moving contacts between contacts folders (categories) ... to test
-) Calendars
-) Server to phone ... to test
-) Deleting ... todo
-) Phone to server ... todo
-) Multiple Calendars ... to test
-) Moving calendar items between calendar folders (categories) ... to test
-) Task ... todo
Tested Devices:
-) Windows Mobile 6.5 (SDK Emulator)
-) Windows Mobile 5 (iPAQ travel companion rx5935)
-) Android 2.0 SDK
Zimbra Versions:
-) Release 6.0.2_GA_1912.RHEL5_20091020185714 CentOS5 FOSS edition
-) Release 5.0.10_GA2638.RHEL5_20081003052615 CentOS5 FOSS edition
Z-Push Versions:
-) SVN Release (~ 1.3)
Hi Guys,
Think ive got this set up correctly, i checked out the code - however its not working for me.... Which versions of z-push are you using to test? 1.2.2, 1.2.3, 1.3? :)
Is there a more detailed wiki anywhere with gotchas?
This is the error i get in the debug.txt:
##
10/30/09 11:51:26 [20768] Start
10/30/09 11:51:26 [20768] Z-Push version: 1.2.2
10/30/09 11:51:26 [20768] Client IP: 82.132.x.x
10/30/09 11:51:26 [20768] START Logon { username = blah@blah.net; domain = ; password = <hidden> }
10/30/09 11:51:26 [20768] SOAP message:<textarea><soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Header><context xmlns="urn:zimbra"/></soap:Header>
<soap:Body><AuthRequest xmlns="urn:zimbraAccount">
<account by="name">blah@blah.net</account>
<password>blahblah</password>
</AuthRequest></soap:Body>
</soap:Envelope></textarea>
10/30/09 11:51:26 [20768] SOAP response:<textarea><soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Header><context xmlns="urn:zimbra"><change token="66911"/></context></soap:Header><soap:Body><AuthResponse xmlns="urn:zimbraAccount"><authToken>0_6718c785bfa 9368d13ad233ab363a77ab90bf0c6_69643d33363a35333033 646235632d303761312d346432332d613666362d3765353762 303339616532393b6578703d31333a31323537303736323836 3239343b76763d313a303b747970653d363a7a696d6272613b </authToken><lifetime>172800000</lifetime><skin>yahoo</skin></AuthResponse></soap:Body></soap:Envelope></textarea><br/><br/>
10/30/09 11:51:26 [20768] /var/www-sites/sync/public_html/z-push/backend/zimbra.php:1933 Undefined index: soap:Envelope (8)
10/30/09 11:51:26 [20768] /var/www-sites/sync/public_html/z-push/backend/zimbra.php:1933 Undefined index: soap:Header (8)
10/30/09 11:51:26 [20768] /var/www-sites/sync/public_html/z-push/backend/zimbra.php:1933 Undefined index: context (8)
10/30/09 11:51:26 [20768] /var/www-sites/sync/public_html/z-push/backend/zimbra.php:1881 Undefined index: value (8)
10/30/09 11:51:26 [20768] /var/www-sites/sync/public_html/z-push/backend/zimbra.php:1933 Undefined index: change (8)
10/30/09 11:51:26 [20768] /var/www-sites/sync/public_html/z-push/backend/zimbra.php:1933 Undefined index: change_attribute_token (8)
10/30/09 11:51:26 [20768] /var/www-sites/sync/public_html/z-push/backend/zimbra.php:1933 Undefined index: soap:Body (8)
10/30/09 11:51:26 [20768] /var/www-sites/sync/public_html/z-push/backend/zimbra.php:1933 Undefined index: AuthResponse (8)
10/30/09 11:51:26 [20768] /var/www-sites/sync/public_html/z-push/backend/zimbra.php:1933 Undefined index: authToken (8)
10/30/09 11:51:26 [20768] /var/www-sites/sync/public_html/z-push/backend/zimbra.php:1933 Undefined index: lifetime (8)
10/30/09 11:51:26 [20768] /var/www-sites/sync/public_html/z-push/backend/zimbra.php:1933 Undefined index: skin (8)
10/30/09 11:51:26 [20768] /var/www-sites/sync/public_html/z-push/backend/zimbra.php:140 Undefined index: refresh (8)
10/30/09 11:51:26 [20768] END Logon { connected = true }
10/30/09 11:51:26 [20768] /var/www-sites/sync/public_html/z-push/index.php:114 Undefined variable: user (8)
10/30/09 11:51:26 [20768] /var/www-sites/sync/public_html/z-push/index.php:114 Undefined variable: devid (8)
10/30/09 11:51:26 [20768] START Setup { user = ; devid = ; protocolversion = 1.0 }
10/30/09 11:51:26 [20768] END Setup
10/30/09 11:51:26 [20768] START Logoff
10/30/09 11:51:26 [20768] SOAP message:<textarea><soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Header><context xmlns="urn:zimbra">
<authToken>0_6718c785bfa9368d13ad233ab363a77ab90bf 0c6_69643d33363a35333033646235632d303761312d346432 332d613666362d3765353762303339616532393b6578703d31 333a313235373037363238363239343b76763d313a303b7479 70653d363a7a696d6272613b</authToken>
<sessionId id=""></sessionId>
</context></soap:Header>
<soap:Body><EndSessionRequest xmlns="urn:zimbraAccount"/></soap:Body>
</soap:Envelope></textarea>
10/30/09 11:51:26 [20768] SOAP response:<textarea><soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Header><context xmlns="urn:zimbra"><change token="66911"/></context></soap:Header><soap:Body><EndSessionResponse xmlns="urn:zimbraAccount"/></soap:Body></soap:Envelope></textarea><br/><br/>
10/30/09 11:51:26 [20768] END Logoff
10/30/09 11:51:26 [20768] end
10/30/09 11:51:26 [20768] --------
##
Have emailed the developers, vooba and gnobush etc, just to see if they can point me in the right direction :)
Cheers,
iMx
P.S. this is 6.0.2
P.P.S perhaps one of the dev's can confirm if anyone has tested with an iphone? im trying...and not having much luck :)
ok, iphone wasn't tested until know, but z-push should work with the iphone too...
as I can see, there is no deviceID and no username send from the phone to the server
Do your z-push.conf (/etc/httpd/conf.d/z-push.conf) contains the index.php:PHP Code:10/30/09 11:51:26 [20768] START Setup { user = ; devid = ; protocolversion = 1.0 }
Are there any errors in your httpd error log?PHP Code:Alias /Microsoft-Server-ActiveSync /var/www/html/z-push/index.php
Ok... fail on my part, apologies i didnt explicitly link to index.php, just to the z-push absolute directory.
Have you guys tested/tried multiple folders below the inbox? Think im having some issues here...can sync trash, sent, junk etc...just not inbox! I have lots of folders below this however :)
Will continue to have a reply and report back....
Went to the sourceforge page, can't see any files to download. Is there a release of the Zimbra backend yet?