summaryrefslogtreecommitdiff
blob: 14a143399b7ba0850503a4c83b8de3adc3772e73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# This configuration file updates the Engine and the Signatures automatically

# The list of Internet update servers.
internet-srvs=http://dl1.pro.antivir.de,http://dl2.pro.antivir.de,http://dl3.pro.antivir.de,http://dl1.antivir.net,http://dl2.antivir.net,http://dl3.antivir.net                          

# Specifies the master.idx file.
master-file=/idx/master.idx

# Specifies the installation directory for updated product files.
install-dir=%AVHOMEDIR%

# Temporary directory for downloading update files.
temp-dir=%AVTMPDIR%

# If auth-method is set in avupdate.conf, the Updater requires the smtp login data
#smtp-user=

# If auth-method is set in avupdate.conf, the Updater requires the smtp login data
#smtp-password=

# The smtp server for sending email notifications
smtp-server=127.0.0.1

# The smtp port for sending email notifications
smtp-port=25

# When set in avupdate.conf, the Updater requires the smtp login data: smtp-user
#auth-method=

# HTTP
#username=http_user
#password=http_pass

# HTTP proxy
#proxy-host=proxy.example.com
#proxy-port=3128
#proxy-username=proxy_user
#proxy-password=proxy_pass

# Requests
connect-timeout=30
receive-timeout=30
retries=2
retry-timeout=60

# This option can have one of three values:
# - 0 - no email notifications are sent,
# - 1 - email notifications are sent in case of "successful update", "unsuccessful
#       update", or "up to date".
# - 2 - email notification only in case of "unsuccessful update".
notify-when=2

# Receiver of the notification emails.
email-to=root@localhost

# Specify a full path with a filename to which AntiVir Avupdate
# will write its log messages.
log=/var/log/avupdate.log
log-append
#log-rotate
log-template=${YEAR}-${MONTH}-${DAY} ${HOUR}:${MINUTE}:${SECOND}; ${FULLHOST}; ${SOURCE}.${LEVEL}; avupdate.bin[${PID}]; ${MSG}