freshclam.conf 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. ##
  2. ## Example config file for freshclam
  3. ## Please read the freshclam.conf(5) manual before editing this file.
  4. ## This file may be optionally merged with clamd.conf.
  5. ##
  6. # Path to the database directory.
  7. # WARNING: It must match clamd.conf's directive!
  8. # Default: hardcoded (depends on installation options)
  9. #DatabaseDirectory /var/lib/clamav
  10. # Path to the log file (make sure it has proper permissions)
  11. # Default: disabled
  12. #UpdateLogFile /var/log/freshclam.log
  13. # Enable verbose logging.
  14. # Default: disabled
  15. #LogVerbose
  16. # Use system logger (can work together with UpdateLogFile).
  17. # Default: disabled
  18. #LogSyslog
  19. # Specify the type of syslog messages - please refer to 'man syslog'
  20. # for facility names.
  21. # Default: LOG_LOCAL6
  22. #LogFacility LOG_MAIL
  23. # This option allows you to save the process identifier of the daemon
  24. # Default: disabled
  25. PidFile /var/run/clamav/freshclam.pid
  26. # By default when started freshclam drops privileges and switches to the
  27. # "clamav" user. This directive allows you to change the database owner.
  28. # Default: clamav (may depend on installation options)
  29. DatabaseOwner clamav
  30. # Initialize supplementary group access (freshclam must be started by root).
  31. # Default: disabled
  32. #AllowSupplementaryGroups
  33. # Use DNS to verify virus database version. Freshclam uses DNS TXT records
  34. # to verify database and software versions. With this directive you can change
  35. # the database verification domain.
  36. # Default: enabled, pointing to current.cvd.clamav.net
  37. #DNSDatabaseInfo current.cvd.clamav.net
  38. # Uncomment the following line and replace XY with your country
  39. # code. See http://www.iana.org/cctld/cctld-whois.htm for the full list.
  40. # Default: There is no default, which results in an error when running freshclam
  41. #DatabaseMirror db.XY.clamav.net
  42. # database.clamav.net is a round-robin record which points to our most
  43. # reliable mirrors. It's used as a fall back in case db.XY.clamav.net is
  44. # not working. DO NOT TOUCH the following line unless you know what you
  45. # are doing.
  46. DatabaseMirror database.clamav.net
  47. # How many attempts to make before giving up.
  48. # Default: 3 (per mirror)
  49. #MaxAttempts 5
  50. # Number of database checks per day.
  51. # Default: 12 (every two hours)
  52. #Checks 24
  53. # Proxy settings
  54. # Default: disabled
  55. #HTTPProxyServer myproxy.com
  56. #HTTPProxyPort 1234
  57. #HTTPProxyUsername myusername
  58. #HTTPProxyPassword mypass
  59. # Use aaa.bbb.ccc.ddd as client address for downloading databases. Useful for
  60. # multi-homed systems.
  61. # Default: Use OS'es default outgoing IP address.
  62. #LocalIPAddress aaa.bbb.ccc.ddd
  63. # Send the RELOAD command to clamd.
  64. # Default: disabled
  65. #NotifyClamd
  66. # By default it uses the hardcoded configuration file but you can force an
  67. # another one.
  68. #NotifyClamd /config/file/path
  69. # Run command after successful database update.
  70. # Default: disabled
  71. #OnUpdateExecute command
  72. # Run command when database update process fails.
  73. # Default: disabled
  74. #OnErrorExecute command
  75. # Don't fork into background.
  76. # Default: disabled
  77. #Foreground
  78. # Enable debug messages in libclamav.
  79. # Default: disabled
  80. #Debug