Subversion Repositories configs

Rev

Rev 197 | Rev 200 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 197 Rev 198
Line 3... Line 3...
3
## Please read the freshclam.conf(5) manual before editing this file.
3
## Please read the freshclam.conf(5) manual before editing this file.
4
##
4
##
5
 
5
 
6
 
6
 
7
# Comment or remove the line below.
7
# Comment or remove the line below.
8
#Example
8
Example
9
 
9
 
10
# Path to the database directory.
10
# Path to the database directory.
11
# WARNING: It must match clamd.conf's directive!
11
# WARNING: It must match clamd.conf's directive!
12
# Default: hardcoded (depends on installation options)
12
# Default: hardcoded (depends on installation options)
13
#DatabaseDirectory /var/lib/clamav
13
#DatabaseDirectory /var/lib/clamav
Line 54... Line 54...
54
#PidFile /var/run/freshclam.pid
54
#PidFile /var/run/freshclam.pid
55
 
55
 
56
# By default when started freshclam drops privileges and switches to the
56
# By default when started freshclam drops privileges and switches to the
57
# "clamav" user. This directive allows you to change the database owner.
57
# "clamav" user. This directive allows you to change the database owner.
58
# Default: clamav (may depend on installation options)
58
# Default: clamav (may depend on installation options)
59
#DatabaseOwner clamupdate
59
#DatabaseOwner clamav
60
 
60
 
61
# Use DNS to verify virus database version. Freshclam uses DNS TXT records
61
# Use DNS to verify virus database version. Freshclam uses DNS TXT records
62
# to verify database and software versions. With this directive you can change
62
# to verify database and software versions. With this directive you can change
63
# the database verification domain.
63
# the database verification domain.
64
# WARNING: Do not touch it unless you're configuring freshclam to use your
64
# WARNING: Do not touch it unless you're configuring freshclam to use your
Line 70... Line 70...
70
# Now that CloudFlare is being used as our Content Delivery Network (CDN),
70
# Now that CloudFlare is being used as our Content Delivery Network (CDN),
71
# this one domain name works world-wide to direct freshclam to the closest
71
# this one domain name works world-wide to direct freshclam to the closest
72
# geographic endpoint.
72
# geographic endpoint.
73
# If the old db.XY.clamav.net domains are set, freshclam will automatically
73
# If the old db.XY.clamav.net domains are set, freshclam will automatically
74
# use database.clamav.net instead.
74
# use database.clamav.net instead.
-
 
75
DatabaseMirror db.local.clamav.net
75
DatabaseMirror database.clamav.net
76
DatabaseMirror db.local.clamav.net
76
 
77
 
77
# How many attempts to make before giving up.
78
# How many attempts to make before giving up.
78
# Default: 3 (per mirror)
79
# Default: 3 (per mirror)
79
#MaxAttempts 5
80
#MaxAttempts 5
80
 
81