$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 [EMAIL PROTECTED]
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);
_______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

