clamd.conf 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. #Automatically Generated by clamav-base postinst
  2. #To reconfigure clamd run #dpkg-reconfigure clamav-base
  3. #Please read /usr/share/doc/clamav-base/README.Debian.gz for details
  4. LocalSocket /var/run/clamav/clamd.ctl
  5. FixStaleSocket true
  6. LocalSocketGroup clamav
  7. LocalSocketMode 666
  8. # TemporaryDirectory is not set to its default /tmp here to make overriding
  9. # the default with environment variables TMPDIR/TMP/TEMP possible
  10. User clamav
  11. # AllowSupplementaryGroups true
  12. ScanMail true
  13. ScanArchive true
  14. ArchiveBlockEncrypted false
  15. MaxDirectoryRecursion 15
  16. FollowDirectorySymlinks false
  17. FollowFileSymlinks false
  18. ReadTimeout 180
  19. MaxThreads 12
  20. MaxConnectionQueueLength 15
  21. LogSyslog false
  22. LogFacility LOG_LOCAL6
  23. LogClean false
  24. LogVerbose true
  25. PidFile /var/run/clamav/clamd.pid
  26. DatabaseDirectory /var/lib/clamav
  27. SelfCheck 3600
  28. Foreground false
  29. Debug false
  30. ScanPE true
  31. ScanOLE2 true
  32. ScanHTML true
  33. ExitOnOOM false
  34. LeaveTemporaryFiles false
  35. AlgorithmicDetection true
  36. ScanELF true
  37. IdleTimeout 30
  38. PhishingSignatures true
  39. PhishingScanURLs true
  40. PhishingAlwaysBlockSSLMismatch false
  41. PhishingAlwaysBlockCloak false
  42. DetectPUA false
  43. ScanPartialMessages false
  44. HeuristicScanPrecedence false
  45. StructuredDataDetection false
  46. CommandReadTimeout 5
  47. SendBufTimeout 200
  48. MaxQueue 100
  49. ExtendedDetectionInfo true
  50. OLE2BlockMacros false
  51. StreamMaxLength 25M
  52. LogFile /var/log/clamav/clamav.log
  53. LogTime true
  54. LogFileUnlock false
  55. LogFileMaxSize 0
  56. Bytecode true
  57. BytecodeSecurity TrustSigned
  58. BytecodeTimeout 60000
  59. OfficialDatabaseOnly false
  60. CrossFilesystems true