ClamAV Revision as of Sunday, 20 December 2015 at 19:56 UTC

Installation

   yum install clamav
   service clamd start
   chkconfig clamd on

Errors

(!)ClamAV-clamd av-scanner FAILED:… lstat() failed: Permission denied. ERROR

Add the user clamav to the group amavis.

   usermod --groups amavis clamav

Then add this to /etc/amavisd.conf

   AllowSupplementaryGroups yes

This might help also

   chmod -R 775 /var/amavis/tmp

Category: Nikhil’s Notes
Category: Installation Logs