Deleting impersonation detection rules using the CLI

Prev Next

Use the CLI commands in this topic to delete impersonation detection rules.

Prerequisites

  • An established connection between the Email Security - Server appliance and the Internet.

  • Admin and Operator access to the Email Security - Server appliance.

To delete an impersonation rule:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. View the impersonation rule list to see the rule ID for the rule you want to delete.

    hostname (config) # show email-analysis impersonation all
  3. Use the following command with the rule ID of the rule to delete.

    hostname (config) # no email-analysis impersonation <rule-id>
  4. Verify that the specified rule is no longer in the list.

    hostname (config) # show email-analysis impersonation all
  5. Save your changes to the current active configuration.

    hostname (config) # write memory