Clamav unofficial sigs
About
ClamAV comes with a default database that is regularly and automatically updated. Next to the default database there are additional 'unofficial' databases that can be added to ClamAV. This contrib smeserver-clamav-unofficial-sigs adds various and well known databases to the default installation of SME Server, providing better chance of protection to virusses, malware and ransomeware and phishing attempts.
Installation
The smeserver-clamav-unofficial-sigs contrib is available from the fws and the epel repositories. These repo should be enabled first. Please see fws and epel on how to enable theserepositories. After the fws repo has been enabled you can install smeserver-unofficial-sigs by the following command:
yum install smeserver-clamav-unofficial-sigs --enablerepo=fws,epel
Since there are much more signatures, ClamAV needs more memory to operate correctly. To set the required memory enter the following command:
config setprop setprop clamd MemLimit 1500000000
followed by
signal-event clamav-update
To invoke the download of the unofficial signature databases the following script has to be run once (it's in the SME Server $PATH):
clamav-unofficial-sigs.sh
That's it ClamAV now has a lot more signatures to work with, and will autmatically update all databases.