Use the CLI commands in this procedure to configure the relevant analysis mode.
Important
After you change an analysis mode, use the reload command to reboot the appliance.
hostname > enable hostname # configure terminal
hostname (config) # write memory
hostname (config) # reload
Enable the CLI configuration mode.
Specify the analysis mode.
To set the analysis mode to Block:
hostname (config) # email-analysis mode blockTo set the analysis mode to Drop:
hostname (config) # email-analysis mode dropTo set the analysis mode to Monitor:
hostname (config) # email-analysis mode monitorTo set the analysis mode to Tap/Span:
hostname (config) # email-analysis mode tap
Save your changes.
Reboot the appliance.
Example
This example changes the analysis mode to monitor.
hostname (config) # email-analysis mode monitor You must reload the appliance for the analysis mode change to take effect. hostname (config) # show email-analysis Email-Analysis: enabled: yes mode: monitor interface: pether3 ... hostname (config) # reload