install clamav without exim integration

rpereyra

Verified User
Joined
Sep 8, 2013
Messages
42
Hello

I would like to install clamav but not for exim scan use.

I won't scan email with clamav, I would like install it for command line scan use.

cd /usr/loca/directadmin/custombuild
./build set clamav yes
./build clamav


I've used those options and clamd still resident using a lot of memory.

Thanks in advance.

roberto
 
Last edited:
Is it custombuild 2.0? If yes, just do:
Code:
cd /usr/local/directadmin/custombuild
./build set clamav_exim no
rm -f /etc/exim.clamav.load.conf
rm -f /etc/exim.clamav.conf
service exim restart
 
Your help works well, now I may disable clamd ?

service clamd stop
chkconfig clamd off


exim seems not using clamd now.

roberto
 
Last edited:
Do you mean clamd? Yes, you can turn it off, however, it shouldn't consume a lot of resources, as it wouldn't be used by exim. spamd = SpamAssassin, so if you'd like to turn spamd off, you'd need to remove configuration from exim.conf too.
 
Hi

Yes I mean clamd, was a typo. I've fixed the post.

thanks again

roberto
 
Back
Top