diff options
Diffstat (limited to 'app-antivirus/antivir-internet-update-manager/files/2.4.0.6.3/ium.conf')
-rw-r--r-- | app-antivirus/antivir-internet-update-manager/files/2.4.0.6.3/ium.conf | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/app-antivirus/antivir-internet-update-manager/files/2.4.0.6.3/ium.conf b/app-antivirus/antivir-internet-update-manager/files/2.4.0.6.3/ium.conf new file mode 100644 index 0000000..a3d3f61 --- /dev/null +++ b/app-antivirus/antivir-internet-update-manager/files/2.4.0.6.3/ium.conf @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="utf-8"?> +<config> + +<communication> + <ip value="0.0.0.0" /> + <use_proxy value="false" /> + <proxy_host value="" /> + <proxy_port value="8080" /> + <proxy_use_auth value="false" /> + <proxy_username value="" /> + <proxy_password value="" /> + <smtp_server value="" /> + <smtp_from value="" /> + <smtp_login_required value="false" /> + <smtp_login value="" /> + <smtp_password value="" /> +</communication> + +<general> + <log_level value="info" /> +</general> + +<soap> + <use_ssl value="true" /> + <ssl_key_file value="server.pem" /> + <ssl_passwd value="715F51D6D145986E5C5ACBC552D9273E28B856D084ECFDE16C05BA694C5877FC8F3FE8C5CBE464325C0018192DA76F937143" /> +</soap> + +<ium> + <general> + <language value="en" /> + <testmode value="false" /> + </general> + <communication> + <port value="7050" /> + <port_async value="7051" /> + <http_server_enable value="true" /> + <http_server_ip value="0.0.0.0" /> + <http_server_port value="7080" /> + <http_server_port_test value="7022" /> + <http_server_port_old value="7021" /> + <http_server_root value="%AVIUMHTTPDIR%" /> + <http_server_root_user value="" /> + <http_server_root_pass value="" /> + <http_server_root_old value="" /> + <http_server_max_connections value="1000" /> + <http_server_list_orig value="http://dl1.pro.antivir.de,http://dl2.pro.antivir.de,http://dl3.pro.antivir.de,http://dl4.pro.antivir.de,http://dl1.antivir.net,http://dl2.antivir.net,http://dl3.antivir.net" /> + <http_server_list_user value="" /> + <download_retry_wait value="10" /> + <download_retries value="1" /> + <download_connect_timeout value="120" /> + <download_receive_timeout value="120" /> + <override_server_list value="false" /> + </communication> + <smtp> + <smtp_enable value="false"/> + <smtp_to value=""/> + <smtp_level value="error"/> + </smtp> + <update> + <automatic_selfupdate value="false" /> + <automatic_mode value="true" /> + </update> + <scheduler> + <enable value="false"/> + </scheduler> +</ium> +</config> |