Configuring the Facade module supporting application interaction with utilities and administration systems
Configuring the Facade module supporting application interaction with utilities and administration systems
July 4, 2024
ID 82367
To configure the Facade module that enables the program to interact with utilities and administration systems:
- Export the
Facade
task settings to an XML file using the following command:# /opt/kaspersky/klms/bin/klms-control \
--get-settings <Facade task ID> -f <name of the settings file>
or
# /opt/kaspersky/klms/bin/klms-control \
--get-settings Facade -n -f <name of the settings file>
- Open the XML file to edit the task settings.
- In the
<port> </port>
section, specify the necessary port for interaction of the Kaspersky Security 8 for Linux Mail Server web interface. - In the
<interfaceAddress> </interfaceAddress>
section, specify the IP address of the server where Kaspersky Security 8 for Linux Mail Server web interface is installed. - Save the changes made.
- Import the
Facade
task settings from an XML file using the command:# /opt/kaspersky/klms/bin/klms-control \
--set-settings <Facade task ID> -f <name of the settings file>
or
# /opt/kaspersky/klms/bin/klms-control \
--set-settings Facade -n -f <name of the settings file>