Install ClamAV Antivirus Native Win32 |
Download from http://oss.netfarm.it/clamav/ clamav-x64-0.103.8.7z Download from https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist https://aka.ms/vs/17/release/vc_redist.x64.exe Extract archive clamav-x64-0.103.8.7z to c:\ If your zipper does not support .7z format, download and install 7-zip from http://www.7-zip.org Rename extracted directory (e.g. clamav-x64-0.103.8) to c:\clamav Create subdirectories "db", "log" and "tmp" within c:\clamav md c:\clamav\db Install vc_redist.x64.exe on the machine. Replace the default file c:\clamav\freshclam.conf with the following, making it look like this: Open a DOS box to install the freshclam service freshclam --install Start the freshclam service net start freshclam Check the db directory for successful download of the signatures Ignore the warning in the log, it tells you that clamd is not running yet. Replace the default file C:\clamav\clamd.conf with the following, making it look like this: Open a DOS box, change to c:\clamav and install the clamd service C:\clamav>clamd --install Set the clamd service to auto start at boot time. sc config clamd start= auto Start the clamd service net start clamd Test if clamdscan is working from a DOS box in the c:\clamav direcory C:\clamav>clamdscan --version c:\clamav>clamdscan . Start MBAdmin, select Options->Virus->ClamAV and enable Enable virus scan on inbound messages Start MBAdmin, select Options->Virus->Options and disable Scanner supports ZIP files Restart XWall and verify that ClamAV is working. The logfile should show: Based on a publication in the XWall forum from maga on 2011-07-13 |