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

cvs at intevation.de cvs at intevation.de
Thu Jun 2 02:15:03 CEST 2005


Author: steffen

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

Modified Files:
	freshclam.conf.template 
Log Message:
updated freshclam.conf.template with comments/defaults from 0.85.1, harmless

Index: freshclam.conf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/freshclam.conf.template,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- freshclam.conf.template	23 Nov 2004 20:26:48 -0000	1.1.1.1
+++ freshclam.conf.template	2 Jun 2005 00:15:01 -0000	1.2
@@ -41,16 +41,20 @@
 # Default: clamav (may depend on installation options)
 #DatabaseOwner clamav
 
-# Use DNS to verify virus database version. Freshclam uses DNS TXT records
-# to verify database and software versions. We highly recommend enabling
-# this option.
+# Initialize supplementary group access (freshclam must be started by root).
 # Default: disabled
-DNSDatabaseInfo current.cvd.clamav.net
+#AllowSupplementaryGroups
+
+# Use DNS to verify virus database version. Freshclam uses DNS TXT records
+# to verify database and software versions. With this directive you can change
+# the database verification domain.
+# Default: enabled, pointing to current.cvd.clamav.net
+#DNSDatabaseInfo current.cvd.clamav.net
 
 # Uncomment the following line and replace XY with your country
 # code. See http://www.iana.org/cctld/cctld-whois.htm for the full list.
 # Default: There is no default, which results in an error when running freshclam
-#DatabaseMirror db.XX.clamav.net
+#DatabaseMirror db.XY.clamav.net
 
 # database.clamav.net is a round-robin record which points to our most 
 # reliable mirrors. It's used as a fall back in case db.XY.clamav.net is 
@@ -73,9 +77,14 @@
 #HTTPProxyUsername myusername
 #HTTPProxyPassword mypass
 
+# Use aaa.bbb.ccc.ddd as client address for downloading databases. Useful for
+# multi-homed systems.
+# Default: Use OS'es default outgoing IP address.
+#LocalIPAddress aaa.bbb.ccc.ddd
+
 # Send the RELOAD command to clamd.
 # Default: disabled
-NotifyClamd @l_prefix@/etc/clamav/clamd.conf
+#NotifyClamd @l_prefix@/etc/clamav/clamd.conf
 # By default it uses the hardcoded configuration file but you can force an
 # another one.
 NotifyClamd @l_prefix@/etc/clamav/clamd.conf
@@ -87,3 +96,11 @@
 # Run command when database update process fails.
 # Default: disabled
 #OnErrorExecute command
+
+# Don't fork into background.
+# Default: disabled
+#Foreground
+
+# Enable debug messages in libclamav.
+# Default: disabled
+#Debug





More information about the commits mailing list