24 November 2010

SME Server - Adding Extra SaneSecurity Lists

Sanesecurity distribute databases to extend ClamAV and to use them on SME Server you first need to implement the install script before using the below method to use the databases you want on your server.


After installing, to add additional databases you need to edit the file with your favorite editor in the terminal. I use pico

pico /etc/unofficial-clamav-sigs.conf

And comment out the ones you don't want with # or add the additional database names in on a seperate line:

# ========================
# SaneSecurity Database(s)
# ========================
# Add/remove/modify database file names between quote marks as needed.
# To disable any of the SaneSecurity database file downloads, remove
# the appropriate database file name line(s) below. To disable all
# SaneSecurity database downloads, comment out all of the following lines.
ss_dbs="
phish.ndb
scam.ndb
junk.ndb
rogue.hdb
spear.ndb
spamimg.hdb
# lott.ndb - Disabled
spam.ldb
sanesecurity.ftm
"

then reload:
clamdscan --reload


No comments:

Post a Comment