On https://docs.clamav.net/appendix/CvdPrivateMirror.html#use-an-http-proxy
Am looking for best practices on how an http proxy should be configured in this
scenario. Some questions:
1) What mechanism should a proxy use to detect a stale cached file? Want to
avoid stale files obviously, but also
Hi there,
On Wed, 7 Sep 2022, Adrian Bielefeldt via clamav-users wrote:
I'm trying to setup a docker container with clamav and am struggling to
allow for larger files to be scanned. I've set up my docker-compose.yml
like this:
version: "3.3"
services:
clamav:
image: clamav/clamav:latest
Hi everyone
I'm trying to setup a docker container with clamav and am struggling to
allow for larger files to be scanned. I've set up my docker-compose.yml
like this:
version: "3.3"
services:
clamav:
image: clamav/clamav:latest
environment:
CLAMD_CONF_MaxFileSize: 250M
CLA