I downloaded and updated for mailcleaner the sanesecurity, SecuriteInfo & msrbl signature updater.
This uses the following signatures:
Sanesecurity sigs:
junk.ndb spam.ldb
jurlbl.ndb spamimg.hdb
jurlbla.ndb spear.ndb
lott.ndb winnow_malware.hdb
phish.ndb winnow_malware_links.ndb
rogue.hdb winnow_spam_complete.ndb
sanesecurity.ftm winnow_phish_complete_url.ndb
scam.ndb winnow.complex.patterns.ldb
MS-Rbl sigs:
MSRBL-Images.hdb MSRBL-SPAM.ndb MSRBL-SPAM-CR.ndb
SecuriteInfo sigs:
vx.hdb honeynet.hdb securiteinfo.hdb
MalwarePatrol Database:
mbl.ndb
To Install:
1. Run aptitude install rsync gnupg curl socat gzip dnsutils
(Even if aptitiude
doesn't have super cow powers!)
Dont forget to do aptitiude update first!
2. In my install I created ...
/sanesecurity /sanesecurity/cache
3. Unzip and copy these files to the /sanesecurity folder:
http://www.the-nelsons.us/clamspam-sigs.zip - Or if using Mailcleaner 2010 version -
http://www.the-nelsons.us/clamspam-sigs-MC2010.zip Also run these on beta 1 if you havent already...
cd /usr/mailcleaner/etc/init.d
cvs update clamspamd
4. Change the permissions so the script can execute.
chmod 755 /sanesecurity/clamspam-sigs.sh
5. Edit crontab so the script runs hourly at x:30.
nano /etc/crontab
Add:
30 * * * * root /sanesecurity/clamspam-sigs.sh >& /dev/null
Hope this helps someone...
This is a modified version of the script from
http://www.inetmsg.com/pub/clamav-unofficial-sigs.tar.gz as of Oct 4 2009.
# This script freely provided by Bill Landry (
bill@inetmsg.com).
# Comments, suggestions, and recommendations for improving this
# script are always welcome.
#
# Script documentation and updates can be viewed/downloaded from:
#
#
http://www.inetmsg.com/pub/#
# The latest version will always be named: clamav-unofficial-sigs.tar.gz
# Older versions can be found in the "archive" directory.