Configuring Anti-Spam Quarantine settings
Configuring Anti-Spam Quarantine settings
December 19, 2024
ID 75843
You can specify the period for keeping a message in Anti-Spam Quarantine and the maximum size of Anti-Spam Quarantine.
To configure Anti-Spam Quarantine settings:
- Export Anti-Spam Quarantine settings to an XML file using the command:
# /opt/kaspersky/klms/bin/klms-control --get-settings AspQuarantine -n -f <
name of the settings file>
- Open the XML file for editing.
Specify the maximum size of Anti-Spam Quarantine in the <MaxQuarantineSize> section. The size is specified in bytes.
Specify the period of time for keeping messages in Anti-Spam Quarantine in the <MaxObjectTimeout> section. Time period is specified in seconds.
- Save the changes made.
- Import Anti-Spam Quarantine settings from an XML file using the command
# /opt/kaspersky/klms/bin/klms-control --set-settings AspQuarantine -n -f <
name of the settings file>