Have you installed any anti-virus program?

If you have installed
the anti-virus program after installing mimedefang, then you need to
manually edit the /usr/local/bin/mimedefang.pl (check your mimedefang
installation path). For example, for ClamAV, you need to edit these
lines (around line no. 127 & 128) to look like this

$Features{'Virus:CLAMAV'}   = ('/usr/local/bin/clamscan' ne '/bin/false' ? 
'/usr/local/bin/clamscan' : 0);
$Features{'Virus:CLAMD'}    = ('/usr/local/sbin/clamd' ne '/bin/false' ? 
'/usr/local/sbin/clamd' : 0);

and around line 192 to look like this


$ClamdSock  = "/var/spool/MIMEDefang/clamd.sock";

Better, recompile and reinstall mimedefang.

--A. Barua.



      
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to