View Single Post
  #10 (permalink)  
Old 10-28-2009, 09:00 AM
jboucher jboucher is offline
Starter Member
 
Posts: 1
Default

Quote:
Originally Posted by dkarp View Post
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.
Reply With Quote