I'm trying to migrate some users from cyrus using imapsync
I have an admin user set up on the cyrus box and am using a command line like this:
/usr/bin/imapsync --nosyncacls --syncinternaldates --host1 mail.mydomain.com --authuser1 adminuser -password1 adminPassword --user1 rg01 --host2 localhost --user2
richard@mydomain.com --password2 userPass --noauthmd5
Trouble is, I get this error:
Banner : * OK myserver Cyrus IMAP4 v2.2.3 server ready
Host mail.mydomain.com says it has NO CAPABILITY for AUTHENTICATE LOGIN
Error login : [mail.mydomain.com] with user [rg01] auth [LOGIN]: 3 NO Login failed: authentication failure
3 NO Login failed: authentication failure
...propagated at /usr/bin/imapsync line 676.
So that looks like it's still trying to authenticate as rg01
I check the logs on the other server and sure enough, there's a badlogin for rg01 - authentication failure checkpass failed.
has anyone else experienced this problem? Is there an error in my command line above?
Any help would be very much appreciated.
Thanks,
Russell