Hi,
I am using e2guardian 5.2.2 on Ubuntu 18.04.3
I have installed clamav and clamav-deamon
When I scan an virus testfile on disk clamav reports it is infected,
but when I download an testfile from
http://www.eicar.org/download/eicar.com.txt (note that this is http and not https) the file just gets downloaded without warning or message
I don't see anything appearing in the clamav log so it seems it is not scanning at all.
What have I done so far:
I have enabled the contentscanner in e2guardian.conf:
contentscanner = '/etc/e2guardian/contentscanners/clamdscan.conf'
Let e2guardian run as user and group clamav in e2guardian.conf
deamonuser='clamav'
deamongroup='clamav'
In /etc/e2guardian/contentscanners/clamdscan.conf I have set the socket to the correct location (Same as in clamav.conf)
clamdudsfile = '/var/run/clamav/clamd.ctl'
I chowned the folders and subfolders /etc/e2guardian to user clamav and group clamav:
sudo chown -R clamav:clamav /etc/e2guardian
I chowned the folders and subfolders of the log using:
sudo chown -R clamav:clamav /var/log/e2guardian
E2guardian seems to be running fine and filters blocked sites, just the virusscan doesn't seem to be working.
Is there any step/configuration I have forgotten?