I'm attempting to move from a 3.x Zimbra server to a 5.0x Zimbra server, and I'm currently in the process of using Imapsync to transfer the mail from the 3.x server to the 5.x server
My problem is that I'm running into the error:
Quote:
|
"Host abc.domain.org says it has NO CAPABILITY for AUTHENTICATE PLAIN"
|
I did zmprov gs to check on this:
Quote:
|
zimbraImapCleartextLoginEnabled: TRUE
|
The script worked perfect when I ran it between two virtual machines of 5.x installs, so I know there's an issue with my 3.x server, I just can't figure it out.
IMAP Server, SSL for IMAP, and Clear Text Login are all enabled, and I just restarted the server as well to make sure those changes took place.
The flags I'm running with imapsync are
Quote:
|
--authmech1 plain --authmech2 plain --authuser1 admin -password1 password --authuser2 admin --password2 password --ssl1 --port1 686 --ssl2
|
Server 3.x does run on a non-standard SSL port.
Any suggestions as to how I can make it say "has CAPABILITY for AUTHENTICATE PLAIN"?
Any responses are great appreciated.