steffen: server/kolab/kolab/templates freshclam.conf.template, 1.1, 1.2

cvs at intevation.de cvs at intevation.de
Tue Nov 23 04:35:26 CET 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab/templates
In directory doto:/tmp/cvs-serv21337/kolab/kolab/templates

Modified Files:
	freshclam.conf.template 
Log Message:
included gmp from openpkg-current for clamav signature support and fixed clamav config templates

Index: freshclam.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/freshclam.conf.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- freshclam.conf.template	7 Jun 2004 10:33:03 -0000	1.1
+++ freshclam.conf.template	23 Nov 2004 03:35:24 -0000	1.2
@@ -1,49 +1,89 @@
 # this file is automatically written by the Kolab config backend
 # manual additions are lost unless made to the template in the Kolab config directory
-
 ##
 ## Example config file for freshclam
-## Please read the clamav.conf(5) manual before editing this file.
-## This file may be optionally merged with clamav.conf.
+## Please read the freshclam.conf(5) manual before editing this file.
+## This file may be optionally merged with clamd.conf.
 ##
 
 
-# You can change the default database directory here.
-#DatabaseDirectory /var/lib/clamav
+# Comment or remove the line below.
+#Example
 
-# Path to the config file (make sure it has proper permissions)
-#UpdateLogFile /var/log/freshclam.log
+# Path to the database directory.
+# WARNING: It must match clamd.conf's directive!
+# Default: hardcoded (depends on installation options)
+DatabaseDirectory @l_prefix@/share/clamav
+
+# Path to the log file (make sure it has proper permissions)
+# Default: disabled
+UpdateLogFile @l_prefix@/var/clamav/freshclam.log
 
 # Enable verbose logging.
+# Default: disabled
 #LogVerbose
 
-# By default when freshclam is started by root it drops privileges and
-# switches to the "clamav" user. You can change this behaviour here.
+# Use system logger (can work together with UpdateLogFile).
+# Default: disabled
+#LogSyslog
+
+# Specify the type of syslog messages - please refer to 'man syslog'
+# for facility names.
+# Default: LOG_LOCAL6
+#LogFacility LOG_MAIL
+
+# This option allows you to save the process identifier of the daemon
+# Default: disabled
+#PidFile /var/run/freshclam.pid
+
+# By default when started freshclam drops privileges and switches to the
+# "clamav" user. This directive allows you to change the database owner.
+# Default: clamav (may depend on installation options)
 #DatabaseOwner clamav
 
-# The main database mirror is database.clamav.net (this is a round-robin
-# DNS that points to many mirrors on the world) and in most cases you
-# SHOULD NOT change it.
+# Use DNS to verify virus database version. Freshclam uses DNS TXT records
+# to verify database and software versions. We highly recommend enabling
+# this option.
+# Default: disabled
+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
+
+# 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 
+# not working. DO NOT TOUCH the following line unless you know what you
+# are doing.
 DatabaseMirror database.clamav.net
 
 # How many attempts to make before giving up.
-MaxAttempts 3
+# Default: 3 (per mirror)
+#MaxAttempts 5
 
-# How often check for a new database. We suggest checking for it every
-# two hours.
-Checks 12
+# Number of database checks per day.
+# Default: 12 (every two hours)
+#Checks 24
 
 # Proxy settings
+# Default: disabled
 #HTTPProxyServer myproxy.com
 #HTTPProxyPort 1234
 #HTTPProxyUsername myusername
 #HTTPProxyPassword mypass
 
 # Send the RELOAD command to clamd.
-#NotifyClamd [/optional/config/file/path]
+# Default: disabled
+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
 
-# Run command after database update.
+# Run command after successful database update.
+# Default: disabled
 #OnUpdateExecute command
 
-# Run command if database update failed.
+# Run command when database update process fails.
+# Default: disabled
 #OnErrorExecute command





More information about the commits mailing list