Configuring the proxy server settings

If you use a proxy server to connect to the Internet, you should configure its settings.

To enable configure the settings of a proxy server for accessing update sources:

  1. Export the general settings of Kaspersky Security 8 for Linux Mail Server to an XML file using the following command:

    # /opt/kaspersky/klms/bin/klms-control \

    --get-app-settings -f <file name>

  2. Open the XML file to edit the task settings.
  3. Enable the use of a proxy server for accessing update sources. To do so, specify the values in the following subsections of the <proxySettings> section:
    1. In the <enable> subsection, specify the value 1 to enable the use of a proxy server.

      The proxy server usage option is enabled by default.

    2. In the <serverAddress> subsection, specify the name or IP address of the proxy server.
    3. In the <port> subsection, specify the port number for connecting to the proxy server.

      The default port number is 8080.

    4. In the <authenticationType> subsection, specify the value NotRequired if authentication is not required to connect to the proxy server, or Plain if authentication is required.
    5. If the connection to the proxy server requires authentication, specify the user name and password in the <user> and <password> subsections.
    6. In the <proxyBypassLocalAddresses> subsection, specify the value 1 to disable the use of a proxy server for local company addresses, or 0 to enable the use of a proxy server for local company addresses.

      By default, the value is set to 1.

  4. Save the changes made.
  5. To import settings from an XML file, use the command:

    # /opt/kaspersky/klms/bin/klms-control \

    --set-app-settings -f <file name>

Page top