diff options
Diffstat (limited to 'packages/clamav/files/clamd.conf')
-rw-r--r-- | packages/clamav/files/clamd.conf | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/packages/clamav/files/clamd.conf b/packages/clamav/files/clamd.conf index 485c80d420..74ebcf5c3f 100644 --- a/packages/clamav/files/clamd.conf +++ b/packages/clamav/files/clamd.conf @@ -1,25 +1,27 @@ ## Please read the clamd.conf(5) manual before editing this file. +LogFile /var/log/clamav/clamav.log +LogFileMaxSize 0 +LogTime yes +PidFile /var/run/clamav/clamd.pid +DatabaseDirectory /var/lib/clamav LocalSocket /var/run/clamav/clamd.ctl -FixStaleSocket +FixStaleSocket yes +MaxConnectionQueueLength 15 +MaxThreads 10 +ReadTimeout 180 +SelfCheck 1800 User clamav -AllowSupplementaryGroups -ScanMail -ScanArchive -ArchiveMaxRecursion 5 +AllowSupplementaryGroups yes +ScanPE yes +ScanELF yes +DetectBrokenExecutables yes +ScanOLE2 yes +ScanMail yes +PhishingSignatures yes +ScanHTML yes +ScanArchive yes +ArchiveMaxRecursion 8 ArchiveMaxFiles 1000 ArchiveMaxFileSize 10M ArchiveMaxCompressionRatio 250 -ReadTimeout 180 -MaxThreads 12 -MaxConnectionQueueLength 15 -LogFile /var/log/clamav/clamav.log -LogTime -LogFileMaxSize 0 -PidFile /var/run/clamav/clamd.pid -DatabaseDirectory /var/lib/clamav -SelfCheck 3600 -ScanOLE2 -ScanPE -DetectBrokenExecutables -ScanHTML -ArchiveBlockMax +ArchiveBlockMax yes |