Use the CLI commands in this procedure to enable or disable the submission of image and text files for analysis using the CLI.
Note
You can enable or disable the submission of image and text files for analysis only using the CLI.
Prerequisites
Administrator or Operator access to the Email Security - Server appliance
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Enable the submission of image files for analysis.
hostname (config) # email-analysis policy image-analysis enable
Enable the submission of text files for analysis.
hostname (config) # email-analysis policy text-attachment-analysis enable
Verify your changes.
hostname (config) # show email-analysis policy Email-Analysis Policy: . . . Text Attachment Analysis: yes Image Analysis: yes
Save your changes.
hostname (config) # write memory
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Disable the submission of image files for analysis.
hostname (config) # no email-analysis policy image-analysis enable
Disable the submission of text files for analysis.
hostname (config) # no email-analysis policy text-attachment-analysis enable
Verify your changes.
hostname (config) show email-analysis policy Email-Analysis Policy: . . . Text Attachment Analysis: no Image Analysis: no
Save your changes.
hostname (config) # write memory