I ran into the same problem. Was there a version change in imapsync? I can hit the Zimbra server over the SSL port and i get this using:
openssl s_client -connect mail.xxx.com:7993
*OK mailbox.talkpoint.com Zimbra IMAP4rev1 service ready*
But when using imapsync:
imapsync --justconnect --host1 mailserver1 --host2 mailserver2 --ssl2 --port2 7993
The first server responds and the second server (zimbra) just hangs
Now could this be because of the self-signed certificate? |