Kaspersky Lab update servers or custom update sources can be specified as update sources for the Anti-Virus and Anti-Spam database update tasks.
Kaspersky Security 8 for Liinux Mail Server does not support updates from HTTP and FTP servers with authorization.
To select a custom update source:
# /opt/kaspersky/klms/bin/klms-control \
--get-settings <
update task ID> -f <
file name>
or
--get-settings Updater -n -f <
file name>
<updateCommonSettings>
section, specify Custom
as the value of the sourceType
setting:<sourceType>Custom</sourceType>
<customSources>
subsection, specify the custom update source (a local folder on the computer or HTTP/FTP server).If you need to add several custom update sources, each new custom update source must be in a separate <item>
section, typed in a new string of the settings file.
Example:
|
# /opt/kaspersky/klms/bin/klms-control \
--set-settings <
update task ID> -f <
file name> or
--set-settings Updater -n -f <
file name>
To select Kaspersky Lab's update servers as an update source:
# /opt/kaspersky/klms/bin/klms-control \
--get-settings <
update task ID> -f <
file name>
or
--get-settings Updater -n -f <
file name>
<updateCommonSettings>
section, specify KLServers
as the value of the sourceType
setting:<sourceType>KLServers</sourceType>
# /opt/kaspersky/klms/bin/klms-control \
--set-settings <
update task ID> -f <
file name> or
--set-settings Updater -n -f <
file name>
To select Kaspersky Security Center as an update source:
# /opt/kaspersky/klms/bin/klms-control \
--get-settings <
update task ID> -f <
file name>
or
--get-settings Updater -n -f <
file name>
<updateCommonSettings>
section, specify SCServer
as the value of the sourceType
setting:<sourceType>SCServer</sourceType>
# /opt/kaspersky/klms/bin/klms-control \
--set-settings <
update task ID> -f <
file name> or
--set-settings Updater -n -f <
file name>