> This looks fine to me.
> My DNS servers were messing up the expiration time (900 seconds right
> here, as it should be...).
>
> In my freshclam.conf, I have a section that says:
>
> # 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

I use a new freshclam.conf.

> --
> What is your configuration?
> Does it have a DNSDatabaseInfo directive?
> Maybe you're still using a configuration file from a previous version,
> from before the DNSDatabasInfo days?

Below attached lines in the file

> (just guessing, I have no clue what else could be happening at this
> point.)

..... :(

Thx & Rgds,

Awie

---SNIP---

[EMAIL PROTECTED] src]# cat /usr/local/etc/freshclam.conf
##
## 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.
##


# You can change the default database directory here.
#DatabaseDirectory /var/lib/clamav

# Path to the config file (make sure it has proper permissions)
#UpdateLogFile /var/log/freshclam.log

# Enable verbose logging.
#LogVerbose

# By default when freshclam is started by root it drops privileges and
# switches to the "clamav" user. You can change this behaviour here.
#DatabaseOwner clamav

# 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

# 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.
DatabaseMirror db.sg.clamav.net
DatabaseMirror database.clamav.net

# How many attempts to make before giving up.
MaxAttempts 3

# How often check for a new database. We suggest checking for it every
# two hours.
Checks 12

# Proxy settings
#HTTPProxyServer myproxy.com
#HTTPProxyPort 1234
#HTTPProxyUsername myusername
#HTTPProxyPassword mypass

# Send the RELOAD command to clamd.
#NotifyClamd [/optional/config/file/path]

# Run command after database update.
#OnUpdateExecute command

# Run command if database update failed.
#OnErrorExecute command


_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to