Hello,
I have installed clamav on one of my servers using the following steps.
cd /tmp
groupadd clamav
useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav
wget http://heanet.dl.sourceforge.net/sourceforge/clamav/clamav-0.67.tar.gz
tar xvfz clamav-0.67.tar.gz
cd clamav-0.67
./configure --sysconfdir=/etc
(Please note: ./configure --help gives a list of all configuration options available.)
make
su -c "make install"
I have also configured clamav.conf from the necessary help: (man exim.conf).
How should I check whether evrything is working fine. Please help me on this to go ahead. Any help would be greatful. Thank you.
--Anish
I have installed clamav on one of my servers using the following steps.
cd /tmp
groupadd clamav
useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav
wget http://heanet.dl.sourceforge.net/sourceforge/clamav/clamav-0.67.tar.gz
tar xvfz clamav-0.67.tar.gz
cd clamav-0.67
./configure --sysconfdir=/etc
(Please note: ./configure --help gives a list of all configuration options available.)
make
su -c "make install"
I have also configured clamav.conf from the necessary help: (man exim.conf).
How should I check whether evrything is working fine. Please help me on this to go ahead. Any help would be greatful. Thank you.
--Anish