[Mimedefang] ClamAV

John Barton jbarton at technicalworks.net
Thu Apr 8 19:21:02 EDT 2004


You need to change the line:
$Features{'Virus:CLAMD'}    = ('/bin/false' ne '/bin/false' ? 
'/bin/false' : 0);
to
$Features{'Virus:CLAMD'}    = ('/usr/sbin/clamd' ne '/bin/false' ? 
'/usr/sbin/clamd' : 0);
if you want to use clamd for virus scanning. If you compiled by hand, it 
might just be easier to re-run configure while clamd is running and let 
it re-detect it.

-John

Specialized Tech Solutions, LLC
jbarton at technicalworks.net

Mike Carlson wrote:

> I don't have that line.
> 
> I have these lines and they are both uncommented:
> 
> $Features{'Virus:CLAMAV'}   = ('/bin/false' ne '/bin/false' ?
> '/bin/false' : 0);
> $Features{'Virus:CLAMD'}    = ('/bin/false' ne '/bin/false' ?
> '/bin/false' : 0); 




More information about the MIMEDefang mailing list