Advertisement
Guest User

/etc/clamav/freshclam.conf

a guest
Sep 7th, 2015
20,091
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. # Automatically created by the clamav-freshclam postinst
  2. # Comments will get lost when you reconfigure the clamav-freshclam package
  3.  
  4. DatabaseOwner clamav
  5. UpdateLogFile /var/log/clamav/freshclam.log
  6. #LogVerbose false
  7. LogVerbose true
  8. LogSyslog false
  9. LogFacility LOG_LOCAL6
  10. LogFileMaxSize 0
  11. LogRotate true
  12. LogTime true
  13. Foreground false
  14. Debug false
  15. MaxAttempts 5
  16. DatabaseDirectory /var/lib/clamav
  17. DNSDatabaseInfo current.cvd.clamav.net
  18. AllowSupplementaryGroups false
  19. PidFile /var/run/clamav/freshclam.pid
  20. ConnectTimeout 30
  21. ReceiveTimeout 30
  22. TestDatabases yes
  23. ScriptedUpdates yes
  24. CompressLocalDatabase no
  25. Bytecode true
  26. # Check for new database 24 times a day
  27. Checks 24
  28. DatabaseMirror db.local.clamav.net
  29. DatabaseMirror database.clamav.net
  30. SafeBrowsing yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement