After upgrading to zextras suite 3.6.0, I cannot search user by filtering list.
For example, when creating chat, input the list and filtering.and cannot list up new user.
But, in admin console, I created a new user, and login as new user. this case does not happen.
New User can listup "already existed user" ,
But "Already existed user" cannot search new user.
Please solve this problem.Would you tell me how to fix it.
Hello @funifuni,
It seems to be related to auto-complete, GAL sync account will permit browsing and paging of the global address list when selecting contacts during message composition and Team messages with the Zimbra web client.
Whenever you create a new account on the Zimbra server, to visualize newly added on the Global address list, you should wait for the galsync pooling interval or must be force galsync with the below command.
`zmgsautil forceSync -a galsync@domain.com -n InternalGAL` ( remember to replace actual galsync account)
Then try to type the newly added email address, which shows on a search.
For more information refer to the Galsync Guide
In admin console, I defined virtual host name option---mail.mydomain.ltd.→add
After that, already existed user succeeded in searching another user as well as new user could.
I apologize to you for a fuss over.
Thank you @linganna.palepu
I encountered that I cannot search users while creating new chat or spaces.
The problem is not adding virtual host name.
Real reason was that galsync wasn't updated.
Following your advice(zmgsautil forceSync -a galsync@domain.com -n InternalGAL),
I could search all members in seachbox immediately.
Thank you very much!
I am sorry for the late thx.