More info Not sure if this helps, but on the server in question, zmcontrol status shows that stats is not running but everything else is. I'm unsure what stats really is to force it to give me an error. Imapsync does not go beyond connecting to host1 (imapsync is the goal here; see below). If I telnet to the server's IP address at port 110, it gives the initial
Trying 10.10.1.153...
Connected to 10.10.1.153.
Escape character is '^]'.
But never gives the 'OK' like it should (also tried ports 193 and 993 from the telnet line to make sure they at least get that far, and they do). Below is what imapsyc is showing:
$RCSfile: imapsync,v $ $Revision: 1.241 $ $Date: 2007/12/31 13:39:02 $
Here is a [linux] system (Linux zimbra 2.6.24-19-server #1 SMP Wed Jun 18 14:44:47 UTC 2008 x86_64)
with perl 5.8.8 and the module Mail::IMAPClient version used here is 2.2.9
Command line used :
/usr/bin/imapsync --nosyncacls --subscribe --syncinternaldates --ssl1 --host1 10.10.1.153 --user1 username --password1 password --host2 10.10.1.150 --user2 username -password2 password --debug --debugimap
will try to use CRAM-MD5 authentication on host1
will try to use CRAM-MD5 authentication on host2
From imap server [10.10.1.153] port [993] user [username]
To imap server [10.10.1.150] port [143] user [username]
From connection
Then never goes any further. Now I'm guessing that since my telnet line never gives me the 'OK' that this is the same problem imapsync is having but it's not telling me. OK so if that's the case, what would anybody recommend I check next?
Thanks again
Ryan in [still] snowy Portland. |