| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- # -- Change Log settings here...
- LogSyslog yes
- LogTime yes
- # --> (Optional) Enable logging to file, can work together with LogSyslog
- # LogFile /var/log/clamav/clamd.log
- # LogRotate no
- # <--
- # -- Change process settings here...
- PidFile /tmp/clamd.pid
- LocalSocket /run/clamav/clamd.sock
- # -- Change TCP port settings here...
- TCPSocket 3310
- # -- Change user settings here...
- User clamav
- # -- Change detection settings here...
- # DetectPUA no
- # HeuristicAlerts yes
- # HeuristicScanPrecedence no
- # -- Change Heuristic Alerts here...
- # AlertBrokenExecutables no
- # AlertBrokenMedia no
- # AlertEncrypted no
- # AlertEncryptedArchive no
- # AlertEncryptedDoc no
- # AlertOLE2Macros no
- # AlertPhishingSSLMismatch no
- # AlertPhishingCloak no
- # AlertPartitionIntersection no
- # -- Change Executable files settings here...
- # ScanPE yes
- # DisableCertCheck no
- # ScanELF yes
- # -- Change Documents settings here...
- # ScanOLE2 yes
- # ScanPDF yes
- # ScanSWF yes
- # ScanXMLDOCS yes
- # ScanHWP3 yes
- # ScanOneNote yes
- # -- Change other file types settings here...
- # ScanImage yes
- # ScanImageFuzzyHash yes
- # -- Change Mail files settings here...
- # ScanMail yes
- # ScanPartialMessages no
- # PhishingSignatures yes
- # PhishingScanURLs yes
- # -- Change Data Loss Prevention (DLP) settings here...
- # StructuredDataDetection no
- # StructuredMinCreditCardCount 3
- # StructuredCCOnly no
- # StructuredMinSSNCount 3
- # StructuredSSNFormatNormal yes
- # StructuredSSNFormatStripped no
- # -- Change HTML settings here...
- # ScanHTML yes
- # -- Change Archives settings here...
- # ScanArchive yes
- # -- Change On-access Scan settings here...
- # OnAccessMaxFileSize 5M
- # OnAccessMaxThreads 5
- # --> (Optional) Set include paths, exclude paths, mount paths, etc...
- #OnAccessIncludePath /home
- #OnAccessExcludePath /home/user
- #OnAccessExtraScanning no
- #OnAccessMountPath /
- #OnAccessMountPath /home/user
- # <--
|