Use the CLI commands in this topic to enable or disable the Email Security - Server appliance to generate a message tracking event to show the sender email address, recipient email address, subject, attachment, and URL in the notice-level syslog message for each email scanned by the Email Security - Server appliance. Notice-level syslog messages are generated if the verdict is known by the appliance. By default, the email attributes are not logged and displayed in the notice-level syslog messages.
Note
You can enable or disable message tracking events 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 generating a message tracking event to show the email attributes in the notice-level syslog message.
hostname (config) # email-analysis policy message-tracking syslog-enable
Save your changes.
hostname (config) # write memory
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Disable message tracking to hide the email attributes in the notice-level syslog message.
hostname (config) # no email-analysis policy message-tracking syslog-enable
Save your changes.
hostname (config) # write memory