How To Install ClamAV On Red Hat Enterprise Linux
Want to install ClamAV on your Red Hat Enterprise Linux, CentOS, or Fedora Core box? Their documentation is pretty darn easy to follow, but this fills in some of the missing pieces for RHEL. clamd is the scanning daemon, clamav-milter is the milter, and freshclam is the process that updates the virus definitions. All the commands, in Courier font, should be on one line if they happen to wrap. Install gmp, gmp-devel, sendmail, sendmail-cf, sendmail-devel, zlib, zlib-devel, bzip2, bzip2-devel. Get the sendmail source from sendmail.org. Extract it, go into the libmilter subdirectory. Run "make" and "make install". That will install libmilter into /usr, where sendmail can find it. No need to build the whole sendmail. groupadd clamav useradd -g clamav …