Configuring the maximum number of days to retain email records for message tracking

Prev Next

Use the CLI commands in this topic to configure the maximum number of days to retain email records for message tracking. The default value to retain the email records is five days.

Prerequisites

  • Administrator or Operator access to the Email Security - Server appliance.

To configure the maximum number of days for message tracking:
  1. Go to CLI configuration mode.

    hostname > enable
    hostname # configure terminal
  2. Specify the maximum number of days.

    hostname (config) # email-analysis policy message-tracking max-days-records <number>

    where <number> is the number of days.

  3. View the maximum number of days to retain email records.

    hostname (config) # show email-analysis policy message-tracking
    Numbers of days of messages-tracking data retained:   18
  4. Save your changes.

    hostname (config) # write memory
    Saving configuration file ... Done!