PDA

View Full Version : Malware Block List


ppoetsma
27th June 2007, 10:07
The site http://www.malware.com.br/ offers downloadable files for postfix, clamav, etc to block suspicious sites and URLs. Given the latest ISPConfig (2.2.14) installation, how would I integrate it in e.g. ClamAV? As ISPConfig has its own setup and directory structure, I would like to get some advice how to get started.

Or is there another, even more effective method, that you can recommend?

Regards,
Paul

till
27th June 2007, 10:11
ISPConfig uses a normal clamav setup, just the installation root has been moved to /home/admispconfig/ispconfig/tools/clamav/...
For Spamassassin it is the same: /home/admispconfig/ispconfig/tools/spamassassin/...

ppoetsma
27th June 2007, 11:31
Thank you, I will give it a try. Will ClamAV remove infected emails or will there be some notification somewhere.

Paul

falko
28th June 2007, 22:10
ClamAV will silently delete virus mails.

ppoetsma
28th June 2007, 23:38
I followed the clamav instructions on the website http://www.malware.com.br/ and put the downloaded file in /home/admispconfig/ispconfig/tools/clamav/share/clamav/mbl.db. And it works! I created a cronjob and a few times per day it refreshes the file and clamav picks it up right away. No restart or so is required.

Thanks
Paul