Enabling or disabling the submission of image and text files for analysis using the CLI

Prev Next

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

To enable the submission of image and text files for analysis:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Enable the submission of image files for analysis.

    hostname (config) # email-analysis policy image-analysis enable
  3. Enable the submission of text files for analysis.

    hostname (config) # email-analysis policy text-attachment-analysis enable
  4. Verify your changes.

    hostname (config) # show email-analysis policy
    Email-Analysis Policy:
    .
    .
    .
    
    Text Attachment Analysis:      yes 
    Image Analysis:                yes
  5. Save your changes.

    hostname (config) # write memory
To disable the submission of image and text files for analysis:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Disable the submission of image files for analysis.

    hostname (config) # no email-analysis policy image-analysis enable
  3. Disable the submission of text files for analysis.

    hostname (config) # no email-analysis policy text-attachment-analysis enable
  4. Verify your changes.

    hostname (config) show email-analysis policy
    Email-Analysis Policy:
    .
    .
    .
    Text Attachment Analysis:      no
    Image Analysis:                no
  5. Save your changes.

    hostname (config) # write memory