clamd.conf 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # -- Change Log settings here...
  2. LogSyslog yes
  3. LogTime yes
  4. # --> (Optional) Enable logging to file, can work together with LogSyslog
  5. # LogFile /var/log/clamav/clamd.log
  6. # LogRotate no
  7. # <--
  8. # -- Change process settings here...
  9. PidFile /tmp/clamd.pid
  10. LocalSocket /run/clamav/clamd.sock
  11. # -- Change TCP port settings here...
  12. TCPSocket 3310
  13. # -- Change user settings here...
  14. User clamav
  15. # -- Change detection settings here...
  16. # DetectPUA no
  17. # HeuristicAlerts yes
  18. # HeuristicScanPrecedence no
  19. # -- Change Heuristic Alerts here...
  20. # AlertBrokenExecutables no
  21. # AlertBrokenMedia no
  22. # AlertEncrypted no
  23. # AlertEncryptedArchive no
  24. # AlertEncryptedDoc no
  25. # AlertOLE2Macros no
  26. # AlertPhishingSSLMismatch no
  27. # AlertPhishingCloak no
  28. # AlertPartitionIntersection no
  29. # -- Change Executable files settings here...
  30. # ScanPE yes
  31. # DisableCertCheck no
  32. # ScanELF yes
  33. # -- Change Documents settings here...
  34. # ScanOLE2 yes
  35. # ScanPDF yes
  36. # ScanSWF yes
  37. # ScanXMLDOCS yes
  38. # ScanHWP3 yes
  39. # ScanOneNote yes
  40. # -- Change other file types settings here...
  41. # ScanImage yes
  42. # ScanImageFuzzyHash yes
  43. # -- Change Mail files settings here...
  44. # ScanMail yes
  45. # ScanPartialMessages no
  46. # PhishingSignatures yes
  47. # PhishingScanURLs yes
  48. # -- Change Data Loss Prevention (DLP) settings here...
  49. # StructuredDataDetection no
  50. # StructuredMinCreditCardCount 3
  51. # StructuredCCOnly no
  52. # StructuredMinSSNCount 3
  53. # StructuredSSNFormatNormal yes
  54. # StructuredSSNFormatStripped no
  55. # -- Change HTML settings here...
  56. # ScanHTML yes
  57. # -- Change Archives settings here...
  58. # ScanArchive yes
  59. # -- Change On-access Scan settings here...
  60. # OnAccessMaxFileSize 5M
  61. # OnAccessMaxThreads 5
  62. # --> (Optional) Set include paths, exclude paths, mount paths, etc...
  63. #OnAccessIncludePath /home
  64. #OnAccessExcludePath /home/user
  65. #OnAccessExtraScanning no
  66. #OnAccessMountPath /
  67. #OnAccessMountPath /home/user
  68. # <--