Hits : 1734

Clam AntiVirus


Download

wget -c http://downloads.sourceforge.net/project/clamav/clamav/0.97/clamav-0.97.tar.gz
tar zxvf clamav-0.97.tar.gz
cd clamav-0.97


Create User/Group

groupadd clamav
useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav


Installation

./configure
make
make install


Configuration

sed -i -e 's/^Example/# ebal, Example/g' /usr/local/etc/freshclam.conf
sed -i -e 's/^Example/# ebal, Example/g' /usr/local/etc/clamd.conf


Clam AntiVirus Database Updater

freshclam


CronD time-based job scheduler in Unix

# crontab -l
@daily /usr/local/bin/freshclam --quiet

ClamSMTP: An SMTP Virus Filter


Download

wget -c http://thewalter.net/stef/software/clamsmtp/clamsmtp-1.10.tar.gz
tar zxvf clamsmtp-1.10.tar.gz
cd clamsmtp-1.10