From eda2f81fda3c21a3f97567a3a4d1349612cc9b85 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Thu, 31 May 2007 00:18:52 +0000 Subject: clamav: Add 0.90.3, remove 0.88.7. From the release announcement: "This release fixes some security bugs in libclamav and improves stability under Solaris. Please see ChangeLog for complete list of changes." --- packages/clamav/files/clamd.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 packages/clamav/files/clamd.conf (limited to 'packages/clamav/files/clamd.conf') diff --git a/packages/clamav/files/clamd.conf b/packages/clamav/files/clamd.conf new file mode 100644 index 0000000000..74ebcf5c3f --- /dev/null +++ b/packages/clamav/files/clamd.conf @@ -0,0 +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 yes +MaxConnectionQueueLength 15 +MaxThreads 10 +ReadTimeout 180 +SelfCheck 1800 +User clamav +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 +ArchiveBlockMax yes -- cgit v1.2.3