Hi
i installed a linux box ( knoppix 3.4) due to test dansguardian +
viruscan + clamav.
i need a real time antivirus http scanner
DG seem to work, clamav is running, but nothing is scanned against
viruses :
cat /var/log/dansguardian/acces.log
2004.9.30 18:00:52 - 10.254.254.55
http://xxx/test.gz GET 196
2004.9.30 18:06:19 - 10.254.254.55
http://xxx/test.bz2 GET 86
thoses files ( test.gz test.bz2) are test viruses from clamav, so they
must be blocked.
i put these lines in /etc/virusscanner.conf :
Quarantine Dir = /var/spool/dg/quarantine
Download Dir = /tmp/dg
Status Info Grouped By = ip
Log Facility = user
Virus Scanner = clamav
Sweep = /usr/lib/DGVirus/clamav-wrapper
Virus Scanner Timeout = 300
Local Postmaster = postmaster
Mail Domain = nyul
Mail Server = 127.0.0.1
Mail Type = text/plain
Action = keep
Debug = 1
Lock File Dir = /tmp
Minimum Code Status = supported
Whats wrong with my config ?
thanx for your help !