To use the CLI to configure enable or disable controlled live mode, use the
email‑analysis controlled‑live‑modecommand.
Prerequisites
(To enable the feature) End-to-end connectivity has been verified between the live ether1 or ether2 interface and the Internet, as described in Configuring controlled live mode on .
You are logged in to the appliance CLI as an Admin or Operator.
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
View the status of email analysis, including controlled live mode.
hostname (config) # show email-analysis Email-Analysis: enabled: yes mode: block-email interface: pether3 TLS receive mode: none TLS default deliv. mode: none MTA certificate name: system-self-signed Password-protected objs: yes cipher list: compatible minimum protocol version: tls1 Controlled-live-mode enabled: no Email-Analysis Policy: Analyze URLs in body: yes Analyze attachments: yes Analyze email using YARA: yes . . .
The "
Controlled-live-mode enabled:" line displays "no" if controlled live mode is disabled and displays "yes" if the feature is enabled.Enable or disable controlled live mode, which enables or disables the feature.
- To enable the feature:
hostname (config) # email‑analysis controlled live-mode enable
- To disable the feature:
hostname (config) # no email‑analysis controlled live-mode enable
Verify the configuration change.
hostname (config) # show email‑analysis
Save your changes.
hostname (config) # write memory