imapsync sometimes error sometimes ok

Looking to migrate to ZCS? Ask here. Got a great tip or script that helped you migrate? Post it here.
Post Reply
chinook123
Posts: 10
Joined: Tue Jan 24, 2017 4:50 pm

imapsync sometimes error sometimes ok

Post by chinook123 »

imapsync zimbra:

I have 100 users. I have scripts synchronized users after users. But sometimes synchronizde only 60 users sometimes 50.

I havent password. I change it in ldap.

ldapmodify -x -H ldap://192.168.1.250:389 -D uid=zimbra,cn=admins,cn=zimbra -w XXXXXXXX -f change.password
cat change.password
dn: uid=username,ou=people,dc=domain,dc=xx
changetype: modify
replace: userPassword
userPassword:: e1xxxxxxxxxx
xxxxx


/usr/bin/imapsync --buffersize 8192000 --nosyncacls --syncinternaldates --delete2 --host1 192.168.1.250 --user1 username1@domain --password1 MAS-ssl1 --host2 192.168.122.199 --user2 username1@domain --password2 MASKED


But sometimes sync write error:
Host1: 192.168.1.250 says it has NO CAPABILITY for AUTHENTICATE LOGIN
Host1 failure: Error login on [192.168.1.250] with user [username1@domain] auth [LOGIN]: 2 NO LOGIN failed


But when I sync only one user is ok everytime

Is some restrictions on logging from same ip?

zimbra parameters:
zimbraImapMaxConnections: 1000
zimbraImapMaxRequestSize: 10240
zimbraImapNumThreads: 10000
Post Reply