Use the CLI commands in this topic to edit impersonation detection rules.
Prerequisites
An established connection between the Email Security - Server appliance and the Internet.
You are logged in to the Web UI with Admin and Operator access.
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
View the impersonation rule list to see the rule ID for the rule you want to edit.
hostname (config) # show email-analysis impersonation all
Edit by specifying the impersonation rule ID followed by replacement names and email addresses.
To replace a rule with a single name and email address:
hostname (config) # email-analysis impersonation edit <rule-id> <name> <email-address>
To replace a rule with multiple names and email addresses:
hostname (config) # email-analysis impersonation edit <rule-id> <name1[,name2,…]> <email-address1[,email-address2,…]>
Verify the changes.
hostname (config) # show email-analysis impersonation <rule-id>
Save the changes to the current active configuration.
hostname (config) # write memory