Page 1 of 1

Advisory: eFa-3.0.2.6 and manual patching

Posted: 16 Jun 2018 21:58
by shawniverson
To All,

Please be advised that I will reject assisting others with any issues that result from manually patching to 3.0.2.6. Not to be confused with yum update, that is okay. :D You have been warned. :ugeek:

An issue has been found manually updating MailScanner on eFa 3.0.2.6. You will end up with a broken system! :o

The great news is that we are moving much closer to a v4 release, so stay tuned! :dance:

[UPDATE]

clamav 0.100 crashes on eFa3 when yara rules are enabled in clamav-unofficial-sigs

https://github.com/extremeshok/clamav-u ... issues/203

To work around:

Code: Select all

sudo service clamd stop
/etc/clamav-unofficial-sigs/master.conf

Code: Select all

...
yararulesproject_enabled="no"
...
enable_yararules="no"
...

Code: Select all

sudo rm /var/lib/clamav/*yar
sudo rm /var/lib/clamav/*yara
sudo service clamd start