clamav-devel/etc/freshclam.conf
95d401c4
 ##
 ## Example config file for freshclam
 ## Please read the clamav.conf(5) manual before editing this file.
3160b57a
 ## This file may be optionally merged with clamav.conf.
95d401c4
 ##
 
 
3160b57a
 # You can change the default database directory here.
95d401c4
 #DatabaseDirectory /var/lib/clamav
 
a774339c
 # Path to the log file (make sure it has proper permissions)
95d401c4
 #UpdateLogFile /var/log/freshclam.log
 
 # Enable verbose logging.
 #LogVerbose
 
8b8865d7
 # Use system logger (can work together with UpdateLogFile).
 #LogSyslog
 
3160b57a
 # By default when freshclam is started by root it drops privileges and
 # switches to the "clamav" user. You can change this behaviour here.
95d401c4
 #DatabaseOwner clamav
 
3160b57a
 # The main database mirror is database.clamav.net (this is a round-robin
 # DNS that points to many mirrors on the world) and in most cases you
 # SHOULD NOT change it.
95d401c4
 DatabaseMirror database.clamav.net
3160b57a
 
 # How many attempts to make before giving up.
95d401c4
 MaxAttempts 3
 
3160b57a
 # How often check for a new database. We suggest checking for it every
 # two hours.
 Checks 12
95d401c4
 
3160b57a
 # Proxy settings
95d401c4
 #HTTPProxyServer myproxy.com
 #HTTPProxyPort 1234
 #HTTPProxyUsername myusername
 #HTTPProxyPassword mypass
 
3160b57a
 # Send the RELOAD command to clamd.
95d401c4
 #NotifyClamd [/optional/config/file/path]
 
3160b57a
 # Run command after database update.
95d401c4
 #OnUpdateExecute command
 
3160b57a
 # Run command if database update failed.
95d401c4
 #OnErrorExecute command