clamd.conf 889 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #Debug true
  2. #LogFile /dev/null
  3. LogTime yes
  4. LogClean yes
  5. ExtendedDetectionInfo yes
  6. PidFile /run/clamav/clamd.pid
  7. OfficialDatabaseOnly no
  8. LocalSocket /run/clamav/clamd.sock
  9. TCPSocket 3310
  10. StreamMaxLength 25M
  11. MaxThreads 10
  12. ReadTimeout 10
  13. CommandReadTimeout 3
  14. SendBufTimeout 200
  15. MaxQueue 80
  16. IdleTimeout 20
  17. SelfCheck 3600
  18. User clamav
  19. Foreground yes
  20. DetectPUA yes
  21. # See https://github.com/vrtadmin/clamav-faq/blob/master/faq/faq-pua.md
  22. #ExcludePUA NetTool
  23. #ExcludePUA PWTool
  24. #IncludePUA Spy
  25. #IncludePUA Scanner
  26. #IncludePUA RAT
  27. HeuristicAlerts yes
  28. ScanOLE2 yes
  29. AlertOLE2Macros no
  30. ScanPDF yes
  31. ScanSWF yes
  32. ScanXMLDOCS yes
  33. ScanHWP3 yes
  34. ScanMail yes
  35. PhishingSignatures no
  36. PhishingScanURLs no
  37. HeuristicScanPrecedence yes
  38. ScanHTML yes
  39. ScanArchive yes
  40. MaxScanSize 50M
  41. MaxFileSize 25M
  42. MaxRecursion 5
  43. MaxFiles 200
  44. Bytecode yes
  45. BytecodeSecurity TrustSigned
  46. BytecodeTimeout 1000
  47. ConcurrentDatabaseReload no