stable
link. Running the latest stable release also
improves stability.
apt-get install libgmp3-dev
, if you are using an RPM based
distribution install the gmp-devel package.
contrib/clamdwatch/
directory.
HTTPProxyServer
parameter in
man freshclam.conf
). Alternatively, you can configure a local
webserver on one of your machines (say machine1.mylan) and let
freshclam download the *.cvd files from
http://database.clamav.net/ to the webserver's
DocumentRoot
. Finally, change freshclam.conf
on your
clients so that it reads: DatabaseMirror machine1.mylan
First the database will be downloaded to the local webserver and then
the other clients on the network will update their copy of the database
from it.
$sigtool --list-sigs
DatabaseDirectory
, in both
clamd.conf
and
freshclam.conf
, is the same
$ wget http://www.clamav.net/gpg/tkojm.gpg
\$ gpg --import tkojm.gpg
$ wget http://prdownloads.sourceforge.net/clamav/clamav-X.XX.tar.gz $ wget http://prdownloads.sourceforge.net/clamav/clamav-X.XX.tar.gz.sig
$ gpg --verify clamav-X.XX.tar.gz.sig
Good signature from Tomasz Kojm (tk*lodz.tpnet.pl)
User qscand
inside your clamd.conf file and restart clamd.
Remember to check that qscand can create clamd.ctl (usually located at
/var/run/clamav/clamd.ctl
). The same applies to the log file.
virusregexp = .*: (.*) FOUND scanner = /usr/bin/clamdscan --no-summary -i scannertype = basic
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/clamav co clamav-devel