Thanks, I did a yum search clamav and got the following. What does mimedefang require? By the way, I don't use a GUI on any of my servers, so everything is done from the console.
clamav.x86_64 : End-user tools for the Clam Antivirus scanner clamav-data.noarch : Virus signature data for the Clam Antivirus scanner clamav-data-empty.noarch : Empty data package for the Clam Antivirus scanner clamav-devel.i586 : Header files and libraries for the Clam Antivirus scanner clamav-devel.x86_64 : Header files and libraries for the Clam Antivirus scanner clamav-filesystem.noarch : Filesystem structure for clamav clamav-lib.i586 : Dynamic libraries for the Clam Antivirus scanner clamav-lib.x86_64 : Dynamic libraries for the Clam Antivirus scanner clamav-milter.x86_64 : Milter module for the Clam Antivirus scanner clamav-milter-sysvinit.noarch : SysV initscripts for the clamav sendmail-milter clamav-milter-upstart.noarch : Upstart initscripts for the clamav sendmail-milter clamav-scanner.noarch : Clamav scanner daemon clamav-scanner-sysvinit.noarch : SysV initscripts for clamav scanner daemon clamav-scanner-upstart.noarch : Upstart initscripts for clamav scanner daemon clamav-server.x86_64 : Clam Antivirus scanner server clamav-server-sysvinit.noarch : SysV initscripts for clamav server clamav-update.x86_64 : Auto-updater for the Clam Antivirus scanner data-files clamtk.noarch : Easy to use front-end for ClamAV -----Original Message----- From: [email protected] [mailto:[email protected]]on Behalf Of Aniruddha Barua Sent: Tuesday, January 19, 2010 12:54 AM To: [email protected] Subject: Re: [Mimedefang] Mimedefang and Anti-virus 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 No virus found in this incoming message. Checked by AVG - www.avg.com Version: 9.0.730 / Virus Database: 270.14.150/2632 - Release Date: 01/19/10 01:34:00 _______________________________________________ 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

