Enabling or disabling URL overlay detection using the CLI

Prev Next

Use the CLI commands in this procedure to enable or disable URL overlay detection. After you have configured the Email Security - Server appliance to detect mismatches between the URLs using the CLI, you can view the analysis results on the eAlerts > Alerts page in the Web UI.

Note

You can enable or disable URL overlay detection only using the CLI. This feature is enabled by default.

Prerequisites

To enable URL overlay detection:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Enable URL overlay detection on the appliance.

    hostname (config) # email-analysis policy url-overlay enable
  3. Save your changes.

    hostname (config) # write memory
  4. Verify the status of URL overlay detection.

    hostname (config) # show email-analysis
    
    Email-Analysis:
     .
     .
     .
     URL dynamic analysis enabled: yes 
     URL overlay detection enabled: yes
     .
     .
     .
To disable URL overlay detection:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Disable URL overlay detection.

    hostname (config) # no email-analysis policy url-overlay enable
  3. Save your changes.

    hostname (config) # write memory
  4. Verify the status of URL overlay detection.

    hostname (config) # show email-analysis
    Email-Analysis:
     .
     .
     .
     URL dynamic analysis enabled: yes
     URL overlay detection enabled: no
     .
     .
     .