Views:
  1. Connect to IMSVA via SSH as root
  2. Edit the file: /opt/trend/imss/UI/adminUI/ROOT/jsp/admin/euq_access_search.jsp
  3. Locate the section, below and add in the lines in red
    <form:select cssClass="button" path="maxApprovedSenders" size="1">
        <form:option value="25">25</form:option>
        <form:option value="50">50</form:option>
        <form:option value="75">75</form:option>
        <form:option value="100">100</form:option>
        <form:option value="200">200</form:option> 
        <form:option value="300">300</form:option>
    </form:select>
  4. Restart the UI with the command: S99ADMINUI restart
  5. You will now be able to set this value to 200 or 300, as shown below:

Value 300

Click the image to enlarge.