diff options
author | Steffen Hansen <steffen@kdab.com> | 2005-06-02 00:15:01 (GMT) |
---|---|---|
committer | Steffen Hansen <steffen@kdab.com> | 2005-06-02 00:15:01 (GMT) |
commit | eb0edd7bb906f4abe625eb2cf5f1dc20c80692ff (patch) | |
tree | 69f8fb7f3ca8634b04d950c228ed7cd0b1ad7eee | |
parent | 82d81167cf0c9be056b9e9a47635a7d280c46cce (diff) | |
download | kolab-conf-eb0edd7bb906f4abe625eb2cf5f1dc20c80692ff.tar.gz |
updated freshclam.conf.template with comments/defaults from 0.85.1, harmless
-rw-r--r-- | conf/templates/freshclam.conf.template | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/conf/templates/freshclam.conf.template b/conf/templates/freshclam.conf.template index a4ab559..c91fdad 100644 --- a/conf/templates/freshclam.conf.template +++ b/conf/templates/freshclam.conf.template @@ -41,16 +41,20 @@ UpdateLogFile @l_prefix@/var/clamav/freshclam.log # 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 @@ DatabaseMirror database.clamav.net #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 @@ NotifyClamd @l_prefix@/etc/clamav/clamd.conf # 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 |