I've just installed Clamav using Swerts Knudsen's excellent install script. Everything was working as expected and after checking the installation I decided to check out the Clamav website. The first thing that struck me was the following topic:
http://sourceforge.net/forum/forum.php?forum_id=420492 We are seeing a lot of useless traffic on our mirror servers.
It looks like there are many broken freshclam clients still running.
and
Abusing clients will be added to a black list and won't be able to
download our database anymore.
Since I don't particularly like to be blacklisted I solved this problem quick and dirty by adding two custom-templates:
/etc/e-smith/templates-custom/etc/freshclam.conf/36DatabaseMirror
and
/etc/e-smith/templates-custom/etc/freshclam.conf/37DatabaseMirror
The first file contains:
DNSDatabaseInfo current.cvd.clamav.net
The second contains:
DatabaseMirror database.clamav.net
I then expanded the templates and set the DatabaseMirror that was already present to the one nearest to me (db.nl.clamav.net) using the administrator panel.
I think that should do it but, like I mentioned earlier, this is a quick and dirty solution. Since I'm no SME guru I was wondering if this will satisfy the demands made by Clamav and how this could be incorporated into the administrator panel.
I didn't go into the cron settings (not using the full hour because everybody already does) but maybe one of the more experienced users could take a swing at that?
Anyway, any feedback would be greatly appreciated.