thomas: server/kolabd/kolabd/templates clamd.conf.template.in, 1.5, 1.6

cvs at kolab.org cvs at kolab.org
Wed May 13 13:11:53 CEST 2009


Author: thomas

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv26366/kolabd/kolabd/templates

Modified Files:
	clamd.conf.template.in 
Log Message:
Updated kolabd templates for clamav-0.95.1-20090409

kolab/issue3513 (Clamav - new upstream version 0.95.1)


Index: clamd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/clamd.conf.template.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- clamd.conf.template.in	26 Mar 2009 16:17:15 -0000	1.5
+++ clamd.conf.template.in	13 May 2009 11:11:51 -0000	1.6
@@ -122,6 +122,26 @@
 # Default: 120
 #ReadTimeout 300
 
+# This option specifies the time (in seconds) after which clamd should
+# timeout if a client doesn't provide any initial command after connecting.
+# Default: 5
+#CommandReadTimeout 5
+
+# This option specifies how long to wait (in miliseconds) if the send buffer is full.
+# Keep this value low to prevent clamd hanging
+#
+# Default: 500
+#SendBufTimeout 200
+
+# Maximum number of queued items (including those being processed by MaxThreads threads)
+# It is recommended to have this value at least twice MaxThreads if possible.
+# WARNING: you shouldn't increase this too much to avoid running out  of file descriptors,
+# the following condition should hold:
+# MaxThreads*MaxRecursion + (MaxQueue - MaxThreads) + 6< RLIMIT_NOFILE (usual max is 1024)
+#
+# Default: 100
+#MaxQueue 200
+
 # Waiting for a new job will timeout after this time (seconds).
 # Default: 30
 #IdleTimeout 60
@@ -145,7 +165,7 @@
 #FollowFileSymlinks yes
 
 # Perform a database check.
-# Default: 1800 (30 min)
+# Default: 600 (10 min)
 #SelfCheck 600
 
 # Execute a command when virus is found. In the command string %v will
@@ -342,11 +362,6 @@
 # ClamAV can scan within archives and compressed files.
 # Default: yes
 #ScanArchive yes
-
-# Use slower but memory efficient decompression algorithm.
-# only affects the bzip2 decompressor.
-# Default: no
-#ArchiveLimitMemoryUsage yes
 
 # Mark encrypted archives as viruses (Encrypted.Zip, Encrypted.RAR).
 # Default: no





More information about the commits mailing list