Subversion Repositories configs

Rev

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

Rev 198 Rev 200
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 clamav
59
#DatabaseOwner clamupdate
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
-
 
76
DatabaseMirror db.local.clamav.net
75
DatabaseMirror database.clamav.net
77
 
76
 
78
# How many attempts to make before giving up.
77
# How many attempts to make before giving up.
79
# Default: 3 (per mirror)
78
# Default: 3 (per mirror)
80
#MaxAttempts 5
79
#MaxAttempts 5
81
 
80
 
Line 147... Line 146...
147
# Send the RELOAD command to clamd.
146
# Send the RELOAD command to clamd.
148
# Default: no
147
# Default: no
149
#NotifyClamd /path/to/clamd.conf
148
#NotifyClamd /path/to/clamd.conf
150
 
149
 
151
# Run command after successful database update.
150
# Run command after successful database update.
-
 
151
# Use EXIT_1 to return 1 after successful database update.
152
# Default: disabled
152
# Default: disabled
153
#OnUpdateExecute command
153
#OnUpdateExecute command
154
 
154
 
155
# Run command when database update process fails.
155
# Run command when database update process fails.
156
# Default: disabled
156
# Default: disabled