How To Display Zimbra Account More Than 5000 Users: Difference between revisions

No edit summary
Line 2: Line 2:
__FORCETOC__
__FORCETOC__
<div class="col-md-12 ibox-content">
<div class="col-md-12 ibox-content">
=How to display zimbra account more than 5000 users=
=How to display more than 5000 users on admin console=
<hr>
<hr>
{{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS 8.8}}|}}  
{{KB|{{WIP}}|{{ZCS 9.0}}|{{ZCS 8.8}}|}}  
Line 8: Line 8:


====Problem====
====Problem====
By default, Zimbra have limitation to display account on Zimbra Admin up to 5000 users. If you have more than 5000 users, You will see “The number of results to be displayed is over the limit. Please use search to refine the results” on Zimbra Admin > Manage > Accounts.  
By default, Zimbra have limitation to display account on Zimbra Admin console up to 5000 users. If you have more than 5000 users, You will see “The number of results to be displayed is over the limit. Please use search to refine the results” on Zimbra Admin > Manage > Accounts.  




Line 15: Line 15:


====Solution====
====Solution====
You need to  change the default value of zimbra_directory_max_search_result to the desired value to display all users in Zimbra Admin.
You need to  change the default value of '''zimbra_directory_max_search_result''' to the desired value to display all users in Zimbra Admin.


For example:
For example:

Revision as of 20:28, 17 May 2022

How to display more than 5000 users on admin console


   KB 24428        Last updated on 2022-05-17  




0.00
(0 votes)

Problem

By default, Zimbra have limitation to display account on Zimbra Admin console up to 5000 users. If you have more than 5000 users, You will see “The number of results to be displayed is over the limit. Please use search to refine the results” on Zimbra Admin > Manage > Accounts.


Limit.PNG


Solution

You need to change the default value of zimbra_directory_max_search_result to the desired value to display all users in Zimbra Admin.

For example:

su - zimbra
zmlocalconfig -e zimbra_directory_max_search_result=10000
zmmailboxdctl restart
Jump to: navigation, search