On your git (https://github.com/MailCleaner/MailClea ... _clamav.sh) I see it says:
Code: Select all
echo -n " installing clamav binaries packages...";
aptitude install mc-clamav &> /dev/null
Code: Select all
/opt/clamav/bin/freshclam --config-file=/usr/mailcleaner/etc/clamav/freshclam.conf
Code: Select all
ClamAV update process started at Mon Jun 4 23:18:43 2018
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.99.2 Recommended version: 0.100.0
DON'T PANIC! Read http://www.clamav.net/documents/upgrading-clamav
main.cvd is up to date (version: 58, sigs: 4566249, f-level: 60, builder: sigmgr)
daily.cld is up to date (version: 24633, sigs: 1975810, f-level: 63, builder: neo)
bytecode.cvd is up to date (version: 319, sigs: 75, f-level: 63, builder: neo)
Is it possible to just modify that script to use clamav rather than mc-clamav...? What's special about mc-clamav?
Then regular updates to the clamav binary could be kept more up to date UNLESS you have a newer more up to date mc-clamav that can get updated via a cron or update process.
Thanks