[clamav-users] Best practices when using caching http proxy as cvd private mirror

2022-09-07 Thread Aaron Leliaert via clamav-users
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

Re: [clamav-users] How to set max file size for clamav in docker compose

2022-09-07 Thread G.W. Haywood via clamav-users
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

[clamav-users] How to set max file size for clamav in docker compose

2022-09-07 Thread Adrian Bielefeldt via clamav-users
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