Does this method still work under 4.5.5? I've been trying various combinations with no luck today. Works fine user -> user, but I'd like to use the admin functionality on zimbra, since I don't know the user's passwords (I'd have to set to a dummy pass, then reset to their crypt pass, which will take longer at migration time).
Like.
/usr/bin/imapsync --syncinternaldates --host1 fromhost --noauthmd5 --user1 fromuser --password1 fromuserpass --noauthmd5 --host2 tohost --user2 tohostuser --authuser2 tohostadmin --password2 tohostadminpassword
This fails, dovecot is the source, zimbra is the destination. Zimbra doesn't pay attention to the authuser2, and fails auth, since the password for host2 is the admin's pass, with tohostuser's pass it works fine. |