Configuring the Facade module supporting application interaction with utilities and administration systems

To configure the Facade module that enables the program to interact with utilities and administration systems:

  1. 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>

  2. Open the XML file to edit the task settings.
  3. In the <port> </port> section, specify the necessary port for interaction of the Kaspersky Security 8 for Linux Mail Server web interface.
  4. In the <interfaceAddress> </interfaceAddress> section, specify the IP address of the server where Kaspersky Security 8 for Linux Mail Server web interface is installed.
  5. Save the changes made.
  6. 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>

Page top