Configuring the proxy server settings
Configuring the proxy server settings
July 4, 2024
ID 45578
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:
- 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>
- Open the XML file to edit the task settings.
- 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:- In the
<enable>
subsection, specify the value1
to enable the use of a proxy server.The proxy server usage option is enabled by default.
- In the
<serverAddress>
subsection, specify the name or IP address of the proxy server. - In the
<port>
subsection, specify the port number for connecting to the proxy server.The default port number is
8080
. - In the
<authenticationType>
subsection, specify the valueNotRequired
if authentication is not required to connect to the proxy server, orPlain
if authentication is required. - If the connection to the proxy server requires authentication, specify the user name and password in the
<user>
and<password>
subsections. - In the
<proxyBypassLocalAddresses>
subsection, specify the value1
to disable the use of a proxy server for local company addresses, or0
to enable the use of a proxy server for local company addresses.By default, the value is set to
1
.
- In the
- Save the changes made.
- To import settings from an XML file, use the command:
# /opt/kaspersky/klms/bin/klms-control \
--set-app-settings -f <
file name>