Configuring the HelpDesk account to send messages from Backup
Configuring the HelpDesk account to send messages from Backup
January 24, 2025
ID 73529
To configure the sending of infected messages placed in Backup to users:
- Export the Backup settings to an XML file using the following command:
# /opt/kaspersky/klms/bin/klms-control --get-settings Backup -n -f <name of the settings file>
- Open the XML file to edit the settings.
- In the
<root>
section, specify one of the following values for the<allowAvThreatsRestoration>
parameter:1
to allow the HelpDesk account to send infected messages that have been moved to Backup to users0
to prevent the HelpDesk account from sending infected messages that have been moved to Backup to users
- Save the changes made.
- Import Backup settings from the XML file using the following command:
# /opt/kaspersky/klms/bin/klms-control --set-settings Backup -n -f <name of the settings file>