Enabling or disabling the appliance to send a notice in tap/span mode using the CLI

Prev Next

Use the CLI commands in this procedure to enable or disable the Email Security - Server appliance to send another email to notify the recipient that a malicious email was detected in tap/span mode.

To enable the appliance to send a notice in tap/span mode:
  1. Enable the CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Enable sending another email notice to a recipient if a malicious email was detected in tap/span mode.

    hostname (config) # email-analysis policy notice tap enable
  3. Save your changes.

    hostname (config) # write memory
  4. Verify the status of sending a notice to a recipient in tap/span mode.

    hostname (config) # show email-analysis policy
    Email-Analysis Policy:
      ...
      Enable X Header:              no
      Use Header for To/From:       no
      Parse HTTPS URLs:             no
      Invoke Email Feature Extractor:    no
      Enable Notice (tap mode):     yes  ...
To disable the appliance to send a notice in tap/span mode:
  1. Enable the CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Disable sending an email notice to a recipient in tap/span mode.

    hostname (config) # no email-analysis policy notice tap enable
  3. Save your changes.

    hostname (config) # write memory
  4. Verify the status of sending a notice to a recipient in tap/span mode.

    hostname (config) # show email-analysis policy
    Email-Analysis Policy:
      ...
      Enable X Header:              no
      Use Header for To/From:       no
      Parse HTTPS URLs:             no
      Invoke Email Feature Extractor:    no
      Enable Notice (tap mode):     no
      ...