difficulty remove clamav

dmacleo

Verified User
Joined
Jun 21, 2012
Messages
620
I installed using custombuild2. did a cd /usr/local/directadmin/custombuild/clamav-0.97.8/ && make uninstall to remove it.
problem is in DA services I still show clamd service as stopped and I get the warning msgs about it.
I have tried yum install/remove both clamav/clamd and I have removed items in exim.conf and restarted exim.
not seeing why this is called up anymore.
any advice?
thanks.
 
Remove the clam line from /usr/local/directadmin/data/admin/services.status and it wont attempt to restart it.
 
ok will try that, thanks.
still ruling out if clam is my issue or not.
 
since clam wasn't my issue now i am re-adding it.
but I get this when restarting exim
Exim configuration error in line 102 of /etc/exim.conf:
"av_scanner" option set for the second time
searched the whole file and there is only the one entry that I put there above primary hostname.
any thoughts?
 
Run this command and post output here:

Code:
head -102 /etc/exim.conf | tail -1
 
there was no output.
exim is running just the lines are not added as per here
http://help.directadmin.com/item.php?id=370
don't remember having any issues like this when I first applied it.

with the line added and exim not running I get

av_scanner = clamd:127.0.0.1 3310
 
Last edited:
well I used my backup conf file and added the lines and it gets past that.

then I added the other block to wrong location and had issues but once I figured that out its good now :)

so somehow the line was not visible but still "showed" there somehow.
dunno, but thats why I make a backup of conf file before editing :)
 
Last edited:
Back
Top