Hi. Yes, there is a limit, but you can change it. To do that, logon to your Scalix server and edit the /etc/opt/scalix/webmail/partner.xml file. Search for the line:
<ldapSources>
and change it to:
where nnnn is the maximum entries you want returned from all of your LDAP sources during a single search. For example, if you want to return 1000 entries, the line would be:
Next, search for the line:
<address_search>
and right after that, insert the line:
<limit>nnn</limit>
so that it looks like:
Code: Select all
<address_search>
<limit>nnn</limit>
where nnn is the maximum entries you want returned from this particular LDAP source (in this case, it's the Scalix LDAP service).
One caveat about making these values very large. This will impact the performance of your Scalix server if people are doing * searches in the Address Book.
Thanks,
Rachel