Quote:
Originally Posted by dkarp Zimbra does support AUTH=PLAIN. You should be able to authenticate as a target user using only an admin username/password and the target username -- no user passwords are referenced in this case. |
Hello ...
I try to synchronize 2 servers (QMail --> Zimbra CS) with imapsync... and I have a problem with imapsync AUTH PLAIN...
Here's my command :
Code:
imapsync --syncinternaldates --host1 myhostSrc --host2 myhostDest
--user1 userLoginSrc --authuser1 adminLoginHostSrc --password1
passwordAdminHostSrc --user2 userLoginDest --authuser2
adminLoginHostDest --password2 passwordAdminHostDest
With the option authuser1, only the mails of the "admin" (authuser1) are synchronized and not those of the user "user1"...
Don't understand why... have you got any idea to resolve this problem ?
Thank you.