steffen: server/kolabd/kolabd/templates clamd.conf.template, 1.1.1.1, 1.2

cvs at intevation.de cvs at intevation.de
Thu Jun 2 02:08:57 CEST 2005


Author: steffen

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

Modified Files:
	clamd.conf.template 
Log Message:
updated clamd.conf.template with comments/defaults from 0.85.1. No settings changed

Index: clamd.conf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/clamd.conf.template,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- clamd.conf.template	23 Nov 2004 20:26:48 -0000	1.1.1.1
+++ clamd.conf.template	2 Jun 2005 00:08:55 -0000	1.2
@@ -92,10 +92,21 @@
 # Default: 15
 #MaxConnectionQueueLength 30
 
+# Clamd uses FTP-like protocol to receive data from remote clients.
+# If you are using clamav-milter to balance load between remote clamd daemons
+# on firewall servers you may need to tune the options below.
+
 # Close the connection if this limit is exceeded.
+# The value should match your MTA's limit for a maximal attachment size.
 # Default: 10M
 #StreamMaxLength 20M
 
+# Limit port range.
+# Default: 1024
+#StreamMinPort 30000
+# Default: 2048
+#StreamMaxPort 32000
+
 # Maximal number of threads running at the same time.
 # Default: 10
 #MaxThreads 20
@@ -138,6 +149,9 @@
 # Default: disabled
 #AllowSupplementaryGroups
 
+# Stop daemon when libclamav reports out of memory condition.
+#ExitOnOOM
+
 # Don't fork into background.
 # Default: disabled
 #Foreground
@@ -234,8 +248,8 @@
 # file, all files within it will also be scanned. This options specifies how
 # deep the process should be continued.
 # Value of 0 disables the limit.
-# Default: 5
-#ArchiveMaxRecursion 8
+# Default: 8 
+#ArchiveMaxRecursion 9
 
 # Number of files to be scanned within an archive.
 # Value of 0 disables the limit.
@@ -257,8 +271,9 @@
 # Default: disabled
 #ArchiveBlockEncrypted
 
-# Mark archives as viruses if ArchiveMaxFiles, ArchiveMaxFileSize, or
-# ArchiveMaxRecursion limit is reached.
+# Mark archives as viruses (e.g. RAR.ExceededFileSize, Zip.ExceededFilesLimit)
+# if ArchiveMaxFiles, ArchiveMaxFileSize, or ArchiveMaxRecursion limit is
+# reached.
 # Default: disabled
 #ArchiveBlockMax
 





More information about the commits mailing list