Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Mobility > Zimbra Mobile

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 09-18-2011, 03:01 PM
Elite Member
 
Posts: 306
Default

Upgrade went well, no issues with my Droid syncing.

Doug
__________________
Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
Reply With Quote
  #12 (permalink)  
Old 09-19-2011, 02:38 AM
Trained Alumni
 
Posts: 29
Lightbulb Problem with IMAP-proxy

Hi,

we have found and solved our problem. With the update the imapproxy has been enabled. Unfortunately I can't tell, how, what we have overseen or done wrong. But we recognized it after the update.
It seems that the HTC-Problems that I have been told of had the same reason. I havn't thought of that a customer uses IMAP to check his mails on his mobile...

So al we had to do, was to disable the IMAP-proxy. Here is how you do this:
Code:
zmprov -- ms myserver.com -zimbraServiceEnabled imapproxy
and
Code:
zmprov -l ms myserver.com zimbraPop3BindPort 110 zimbraPop3SSLBindPort 995 zimbraPop3ProxyBindPort 7110 zimbraPop3SSLProxyBindPort 7995 zimbraImapBindPort 143 zimbraImapSSLBindPort 993 zimbraImapProxyBindPort 7143 zimbraImapSSLProxyBindPort 7993
(Source: remove/disable imapproxy)

Steffen
__________________
ZCS NETWORK edition 7.1.2 (GA 3268) - Ubuntu 8 LTS 64bit
Reply With Quote
  #13 (permalink)  
Old 10-02-2011, 07:51 AM
Junior Member
 
Posts: 5
Default

Are people still having issues with TouchDown syncing with Zimbra? Not sure what the last message concerning IMAP was all about. Was that relevant?

Trying it with the lasted Zimbra Network Server software and TouchDown 7.0.0012. I can send and receive mail to/from the phone but only in manual or poll mode. If I enable push mode, TouchDown complains - "ActiveSync support not found".

Note that TouchDown is implementing v2.5 of the protocol. The native Android ActiveSync App implements v12.x and it works fine.

zimbra@srv:~$ zmcontrol -v
Release 7.1.3_GA_3346.UBUNTU10_64 UBUNTU10_64 NETWORK edition.

=============
sync.log
=============
2011-10-02 10:34:44,463 INFO [btpool0-1://srv.test.example.com/Microsoft-Server-ActiveSync] [] sync - OPTIONS Microsoft-Server-ActiveSync?null
2011-10-02 10:34:44,463 INFO [btpool0-1://srv.test.example.com/Microsoft-Server-ActiveSync] [] sync - HTTP/1.1 200 OK
2011-10-02 10:34:45,445 INFO [btpool0-1://srv.test.example.com/Microsoft-Server-ActiveSync?User=Joe.Smith%40test.example.com&Cmd=F olderSync&DeviceId=515355565454485248525051555154& DeviceType=Android] [] sync - POST Microsoft-Server-ActiveSync?User=Joe.Smith%40test.example.com&Cmd=F olderSync&DeviceId=515355565454485248525051555154& DeviceType=Android
2011-10-02 10:34:45,446 INFO [btpool0-1://srv.test.example.com/Microsoft-Server-ActiveSync?User=Joe.Smith%40test.example.com&Cmd=F olderSync&DeviceId=515355565454485248525051555154& DeviceType=Android] [] sync - DeviceID=515355565454485248525051555154; DeviceType=Android; UA=TouchDown(MSRPC)/7.0.0012; Protocol=2.5; PolicyKey=0
2011-10-02 10:34:45,488 INFO [btpool0-1://srv.test.example.com/Microsoft-Server-ActiveSync?User=Joe.Smith%40test.example.com&Cmd=F olderSync&DeviceId=515355565454485248525051555154& DeviceType=Android] [name=joe.smith@test.example.com;mid=5;Cmd=FolderSy nc;DeviceID=515355565454485248525051555154;Version =2.5;] sync - Response size 307 bytes
2011-10-02 10:34:45,489 INFO [btpool0-1://srv.test.example.com/Microsoft-Server-ActiveSync?User=Joe.Smith%40test.example.com&Cmd=F olderSync&DeviceId=515355565454485248525051555154& DeviceType=Android] [name=joe.smith@test.example.com;mid=5;Cmd=FolderSy nc;DeviceID=515355565454485248525051555154;Version =2.5;] sync - HTTP/1.1 200 OK

==========
access_log
==========
127.0.0.1 - - [02/Oct/2011:14:30:14 +0000] "POST /service/admin/soap/AuthRequest HTTP/1.1" 200 623 "-" "zmprov 7.1.3_GA_3346"
127.0.0.1 - - [02/Oct/2011:14:30:14 +0000] "POST /service/admin/soap/GetAllServersRequest HTTP/1.1" 200 14724 "-" "zmprov 7.1.3_GA_3346"
184.151.127.209 - - [02/Oct/2011:14:34:44 +0000] "OPTIONS /Microsoft-Server-ActiveSync HTTP/1.1" 200 0 "-" "TouchDown(MSRPC)/7.0.0012"
184.151.127.209 - - [02/Oct/2011:14:34:45 +0000] "POST /Microsoft-Server-ActiveSync?User=Joe.Smith%40test.example.com&Cmd=F olderSync&DeviceId=515355565454485248525051555154& DeviceType=Android HTTP/1.1" 200 307 "-" "TouchDown(MSRPC)/7.0.0012"

==========
access_log
==========
10:34:44.462:btpool0-1://srv.test.example.com/Microsoft-Server-ActiveSync 184.151.127.209 OPTIONS null; TouchDown(MSRPC)/7.0.0012
10:34:44.464:btpool0-1://srv.test.example.com/Microsoft-Server-ActiveSync 200 null 0
10:34:45.444:btpool0-1://srv.test.example.com/Microsoft-Server-ActiveSync?User=Joe.Smith%40test.example.com&Cmd=F olderSync&DeviceId=515355565454485248525051555154& DeviceType=Android 184.151.127.209 POST null; TouchDown(MSRPC)/7.0.0012
10:34:45.489:btpool0-1://srv.test.example.com/Microsoft-Server-ActiveSync?User=Joe.Smith%40test.example.com&Cmd=F olderSync&DeviceId=515355565454485248525051555154& DeviceType=Android 200 application/vnd.ms-sync.wbxml 307
Reply With Quote
  #14 (permalink)  
Old 10-02-2011, 07:59 AM
Elite Member
 
Posts: 306
Default

Quote:
Are people still having issues with TouchDown syncing with Zimbra?
We're currently running Zimbra 7.1.2 Patch level 1 and my EVO is running TouchDown 6.5.0052b without sync issues. Push is enabled.

Doug
__________________
Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
Reply With Quote
  #15 (permalink)  
Old 10-02-2011, 01:47 PM
Junior Member
 
Posts: 5
Default

I see you are running TouchDown version 6.5.0052b. It appears the issue is with TouchDown version 7. I have TouchDown version 7.0.0012 (eval). Older versions are not available from Android Market.

Has anybody managed to get TouchDown version 7 to work with Zimbra 7.1.x?
Reply With Quote
  #16 (permalink)  
Old 10-02-2011, 11:07 PM
Zimbra Consultant & Moderator
 
Posts: 20,319
Default

Quote:
Originally Posted by Joe-3455656 View Post
Has anybody managed to get TouchDown version 7 to work with Zimbra 7.1.x?
Touchdown 7 works fine with ZCS 7, I use it on my HTC Desire without any problems connected to a ZCS 7.1.3 server.
__________________
Regards


Bill
Reply With Quote
  #17 (permalink)  
Old 10-03-2011, 03:12 PM
Junior Member
 
Posts: 5
Default

Quote:
Originally Posted by lytledd View Post
Upgrade went well, no issues with my Droid syncing.

Doug
Got it to go. One of our security devices was interfering with the inbound HTTPS session. Thanks for confirming.

Any chance you have certificate based client authentication working?
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.