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:
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Specify the maximum number of days.
hostname (config) # email-analysis policy message-tracking max-days-records <number>
where
<number>is the number of days.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
Save your changes.
hostname (config) # write memory Saving configuration file ... Done!