Hi,
I have working zcs. I want to migrate existing qmail mailboxes to zimbra server. I have gone through migraiton guide of zimbra but getting stuck after giving command imapsync.
Output of the command is as below:
[root@mail]imapsync --buffersize 8192000 --nosyncacls --subscribe --syncinternaldates \
> --host1 192.168.200.6 --user1
abc@lsnet.com --password1 xyz123 \
> --host2 192.168.3.10 --user2
abc@lsnet.in --password2 xyz123
$RCSfile: imapsync,v $ $Revision: 1.219 $ $Date: 2007/04/04 09:32:20 $
Here is a linux system Linux mail.lsnet.in 2.6.9-22.EL #1 Mon Sep 19 18:20:28 EDT 2005 i686)
with perl 5.8.5
Mail::IMAPClient version used here is 2.2.9
Command line used :
/usr/bin/imapsync --buffersize 8192000 --nosyncacls --subscribe --syncinternaldates --host1 192.168.200.6 --user1
abc@lsnet.com --password1 xyz123 --host2 192.168.3.10 --user2
abc@lsnet.in --password2 xyz123
will try to use CRAM-MD5 authentication on host1
will try to use CRAM-MD5 authentication on host2
From imap server [192.168.200.6] port [143] user [abc@lsnet.com]
To imap server [192.168.3.10] port [143] user [abc@lsnet.in]
And the system hangs here. Mailbox size on qmail is only 6 MB.
I can't see what is happening. I have to press ctrl-c to come out.
Thanks & Regards