Hi,
Now I have activated SSL too but still I do not manage to get the sync with the zimbra server not matter if I try with the USB plugged in or wireless ("phone like"): the best that I get is that it says "
Search for changes" but then it breaks up with the error
0x85030022: "
The server is not an exchange server or is not running a compatible software ........."
Our zimbra server is installed as (FQDN) server_internal.domain.example
we access it as webmail.domain.example.
On the same server apache is running so zimbra uses port 7070 for http and 7433 for https.
In the http mode we access it as
http://webmail.domain.example using the mod_jk trick.
In the https mode we access it as
https://webmail.domain.example
using the mod_jk trick (see for both our setup in
https ???).
I have followed for the setup without SSL (no cert install) and with SSL (cert install with SSLChainSaver) the
Mobile Device Setup - ZimbraWiki
It does not matter if I do use SSL or not I get the error message that I posted (obviously I have tested the "with SSL" with zimbraMailMode=https and "without SSL" with zimbraMailMode=http).
I try to connect with a brand new Treo 750v and I run 4.5.5_GA_838.RHEL4_20070518071230 RHEL4 NETWORK edition.
I have tried with all the following settings (and even more ...):
Code:
server=webmail.domain.example
user=username@domain.example
domain=domain.example
with / without SSL
Code:
server=webmail.domain.example
user=username
domain=domain.example
with / without SSL
If I specify the server name as server=webmail I get a network error "the server can not be reached".
In
/opt/zimbra/log/sync.log
I have a list of such entries:
Code:
2007-06-18 09:27:00,448 INFO [SIGTERM handler] [] sync - ZimbraSync service shutting down
2007-06-18 09:27:48,051 INFO [main] [] sync - ZimbraSync service starting up
2007-06-18 09:39:36,212 INFO [SIGTERM handler] [] sync - ZimbraSync service shutting down
2007-06-18 09:39:57,011 INFO [main] [] sync - ZimbraSync service starting up
/opt/zimbra/log/syncstate.log and
/opt/zimbra/log/synctrace.log are empty.
As I have already written, on the server:
- I have a licence with MobileZimbra active installed
- in the Admin Exstensions "com_zimbra_mobilesync" is listed up
- in my default COS Featuers "Zimbra Mobile" is present and checked
- the user that I want to sync (like all others) have in the Features "Zimbra Mobile" present and checked.
Is that enough on the server side to have the ZimbraMobile ready to work?
Do someone have an idea?