## ## freshclam - automatically generated by clamconf 0.97.2 ## # Save all reports to a log file. # Default: disabled LogFile /var/clamav/freshclam.log # Maximum size of the log file. Value of 0 disables the limit. # NOTE: If the application starts and the maximum size has already been reach, # logging gets disabled. # You may use 'M' or 'm' for megabytes (1M = 1m = 1048576 bytes) # and 'K' or 'k' for kilobytes (1K = 1k = 1024 bytes). To specify the size # in bytes just don't use modifiers. # Default: 0 LogFileMaxSize 0 # Log time with each message. # Default: yes LogTime yes # Use the system logger (can work together with LogFile). # Default: disabled #LogSyslog yes # Type of syslog messages. Please refer to 'man syslog' for the facility names. # Default: LOG_LOCAL5 #LogFacility # Enable verbose logging. # Default: disabled #LogVerbose yes # Save the process ID to a file. # Default: disabled #PidFile /var/clamav/freshclam.pid # This option allows you to change the default database directory. # If you enable it, please make sure it points to the same directory in # both clamd and freshclam. # Default: /var/clamav DatabaseDirectory /var/clamav # Don't fork into background. # Default: no #Foreground yes # Enable debug messages in libclamav. # Default: disabled #Debug yes # This option defined how many times daily freshclam should check for # a database update. # Default: 12 Checks 48 # Use DNS to verify the virus database version. Freshclam uses DNS TXT records # to verify the versions of the database and software itself. With this # directive you can change the database verification domain. # WARNING: Please don't change it unless you're configuring freshclam to use # your own database verification domain. # Default: current.cvd.clamav.net DNSDatabaseInfo current.cvd.clamav.net # DatabaseMirror specifies to which mirror(s) freshclam should connect. You # should have at least two entries: db.XY.clamav.net (or db.XY.ipv6.clamav.net # for IPv6) and database.clamav.net (in this order). Please replace XY with # your country code (see http://www.iana.org/cctld/cctld-whois.htm). # database.clamav.net is a round-robin record which points to our most reliable # mirrors. It's used as a fall back in case db.XY.clamav.net is not working. # Default: disabled #DatabaseMirror db.XY.clamav.net DatabaseMirror database.clamav.net # This option defines how many attempts freshclam should make before giving up. # Default: 3 #MaxAttempts 5 # With this option you can control scripted updates. It's highly recommended to # keep them enabled. # Default: yes #ScriptedUpdates no # With this option enabled, freshclam will attempt to load new # databases into memory to make sure they are properly handled # by libclamav before replacing the old ones. # Default: yes #TestDatabases no # By default freshclam will keep the local databases (.cld) uncompressed to # make their handling faster. With this option you can enable the compression. # The change will take effect with the next database update. # Default: no #CompressLocalDatabase yes # Download an additional 3rd party signature database distributed through # the ClamAV mirrors. This option can be used multiple times. Here you can # find a list of available databases: # http://www.clamav.net/download/cvd/3rdparty # Default: disabled #ExtraDatabase dbname1 #ExtraDatabase dbname2 # With this option you can provide custom sources (http:// or file://) for # database files. This option can be used multiple times. # Default: disabled #DatabaseCustomURL http://myserver.com/mysigs.ndb #DatabaseCustomURL file:///mnt/nfs/local.hdb # If you're behind a proxy, please enter its address here. # Default: disabled #HTTPProxyServer your-proxy # HTTP proxy's port # Default: disabled #HTTPProxyPort 8080 # A user name for the HTTP proxy authentication. # Default: disabled #HTTPProxyUsername username # A password for the HTTP proxy authentication. # Default: disabled #HTTPProxyPassword pass # If your servers are behind a firewall/proxy which does a User-Agent # filtering you can use this option to force the use of a different # User-Agent header. # Default: disabled #HTTPUserAgent default # Send the RELOAD command to clamd after a successful update. # Default: /etc/clamav/clamd.conf #NotifyClamd yes # Run a command after a successful database update. # Default: disabled #OnUpdateExecute command # Run a command when a database update error occurs. # Default: disabled #OnErrorExecute command # Run a command when freshclam reports an outdated version. # In the command string %v will be replaced with the new version number. # Default: disabled #OnOutdatedExecute command # With this option you can provide a client address for the database downlading. # Useful for multi-homed systems. # Default: disabled #LocalIPAddress aaa.bbb.ccc.ddd # Timeout in seconds when connecting to database server. # Default: 30 #ConnectTimeout 30 # Timeout in seconds when reading from database server. # Default: 30 #ReceiveTimeout 30 # When enabled freshclam will submit statistics to the ClamAV Project about # the latest virus detections in your environment. The ClamAV maintainers # will then use this data to determine what types of malware are the most # detected in the field and in what geographic area they are. # Freshclam will connect to clamd in order to get recent statistics. # Default: disabled #SubmitDetectionStats /etc/clamav/clamd.conf # Country of origin of malware/detection statistics (for statistical # purposes only). The statistics collector at ClamAV.net will look up # your IP address to determine the geographical origin of the malware # reported by your installation. If this installation is mainly used to # scan data which comes from a different location, please enable this # option and enter a two-letter code (see http://www.iana.org/domains/root/db/) # of the country of origin. # Default: disabled #DetectionStatsCountry country-code # This option enables support for our "Personal Statistics" service. # When this option is enabled, the information on malware detected by # your clamd installation is made available to you through our website. # To get your HostID, log on http://www.stats.clamav.net and add a new # host to your host list. Once you have the HostID, uncomment this option # and paste the HostID here. As soon as your freshclam starts submitting # information to our stats collecting service, you will be able to view # the statistics of this clamd installation by logging into # http://www.stats.clamav.net with the same credentials you used to # generate the HostID. For more information refer to: # http://www.clamav.net/support/faq/faq-cctts/ # This feature requires SubmitDetectionStats to be enabled. # Default: disabled #DetectionStatsHostID unique-id # This option enables support for Google Safe Browsing. When activated for # the first time, freshclam will download a new database file (safebrowsing.cvd) # which will be automatically loaded by clamd and clamscan during the next # reload, provided that the heuristic phishing detection is turned on. This # database includes information about websites that may be phishing sites or # possible sources of malware. When using this option, it's mandatory to run # freshclam at least every 30 minutes. # Freshclam uses the ClamAV's mirror infrastructure to distribute the # database and its updates but all the contents are provided under Google's # terms of use. See http://code.google.com/support/bin/answer.py?answer=70015 # and http://safebrowsing.clamav.net for more information. # Default: yes SafeBrowsing yes # This option enables downloading of bytecode.cvd, which includes additional # detection mechanisms and improvements to the ClamAV engine. # Default: yes #Bytecode no