4.3 Disabling Phishing

You can configure Access Gateway ESP to disable the ESP phishing by implementing a context parameter in the web.xml file for ESP.

  1. Open the ESP web.xml file.

  2. Add the following entry:

    <context-param>
       <param-name>phishingCheck</param-name>
       <param-value>standard</param-value>
    </context-param>

    You can set the parameter value as standard or off.

    For information about how to edit a file, see Modifying Configurations in the NetIQ Access Manager 5.0 Administration Guide.