Here is my *NEW* approach to this:
- Despite several attempts I could not get imapsync to authenticate an SSL encrypted channel. Imapsync requires a specific OLDER version of the Perl Module IMAPClient and maybe my SSLv3 connection could not be understood by it..? (anyone agree?)
- I was able to get a non-SSL login to work. By locking down the imap ports to just between the exisitng mail server and the zimbra server, I felt comfortable thta the machine was not overly exposed. The command that worked was:
imapsync --buffersize 8192000 --nosyncacls --subscribe --syncinternaldates --host1 <oldmailserver> --user1 <olduseracct> --password1 <olduserpassword> --authmech1 LOGIN --host2 <zimbraserver> --user2 <newuseracct> --password2 <newuserpassword> --authmech2 LOGIN
The transfer is SLOW but reliable!
Last edited by the_griz; 01-02-2009 at 01:38 PM..
Reason: Updated!
|