antiCLAM. Waste of good memory.

SamTzu

Renowned Member
Mar 27, 2009
527
17
83
Helsinki, Finland
sami.mattila.eu
I currently have this command running in cron:
Code:
echo "ConcurrentDatabaseReload no" >> /etc/clamav/clamd.conf && systemctl restart clam*

I would like to disable all Clam related services in our PMGW.

Any suggestions on how to do that?
 
Last edited:
You can disable the scanning of mails with clamav by adding:
Code:
clamav 0
to the admin section of /etc/pmg/pmg.conf

additionally the pmg-hourly service currently restarts clamav-daemon once per hour (we'll try to fix this to also consider the setting in pmg.conf) - so it might be necessary to mask the service

I hope this helps!
 
  • Like
Reactions: SamTzu
Is there a way to set "ConcurrentDatabaseReload no"? If I set it in /etc/clamav/clamd.conf, it's just removed
 
  • Like
Reactions: Kodey
  • Like
Reactions: Kodey