From: Richard C. <rch...@aa...> - 2009-06-09 14:25:16
|
Does anyone know of a webmin module for managing clamav - or any other antivirus product? Richard. |
From: Marcos R. <we...@al...> - 2009-06-10 22:35:49
|
you can find it @ the webmin.com website!!! (search @ the "third party modules" page...) you'll see @ http://www.webmin.com/cgi-bin/search_third.cgi?search=clamav that there is one: Modules Matching clamav wbmclamav 0.12 Description wbmclamav is a webmin module to manage Clam Antivirus (ClamAV). Download wbmclamav-0.12.wbm.gz Website http://wbmclamav.labs.libre-entreprise.org/ Author Emmanuel Saracco Last updated 2009-05-15 06:25:51 Cheers! Marcos On Tue, 9 Jun 2009, Richard Chapman wrote: > Does anyone know of a webmin module for managing clamav - or any other > antivirus product? > > Richard. > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > - > Forwarded by the Webmin mailing list at web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list > |
From: Richard C. <rch...@aa...> - 2009-06-11 05:18:02
|
Thanks Marcos I installed that package - and the rpmfoege clamav packages: clamv, clamnav-db, calamd, clamav-milter from dag repository on my centos 5 system. When I go to the webmin clamav page - I now get the error: ------------------------------------------------------------------------ *WARNING: *Please fill in the location of the ClamAV log file in the module's configuration. ------------------------------------------------------------------------ I have checked the module config - and both log file paths calmav and freshclam seem to be filled in and reasonable. Any ideas how I get past this warning? Thanks Richard. vMarcos Rubinstein wrote: > <div class="moz-text-flowed">you can find it @ the webmin.com website!!! > > (search @ the "third party modules" page...) > > you'll see @ http://www.webmin.com/cgi-bin/search_third.cgi?search=clamav > > that there is one: > > Modules Matching clamav > wbmclamav 0.12 > Description wbmclamav is a webmin module to manage Clam Antivirus > (ClamAV). > Download wbmclamav-0.12.wbm.gz > Website http://wbmclamav.labs.libre-entreprise.org/ > Author Emmanuel Saracco > Last updated 2009-05-15 06:25:51 > > Cheers! > Marcos > > On Tue, 9 Jun 2009, Richard Chapman wrote: > >> Does anyone know of a webmin module for managing clamav - or any other >> antivirus product? >> >> Richard. >> >> >> ------------------------------------------------------------------------------ >> >> Crystal Reports - New Free Runtime and 30 Day Trial >> Check out the new simplified licensing option that enables unlimited >> royalty-free distribution of the report engine for externally facing >> server and web deployment. >> http://p.sf.net/sfu/businessobjects >> - >> Forwarded by the Webmin mailing list at >> web...@li... >> To remove yourself from this list, go to >> http://lists.sourceforge.net/lists/listinfo/webadmin-list >> > > > </div> > |
From: steve <st...@gr...> - 2009-06-11 05:31:16
|
Clamav 0.94 -> 0.95 is a fairly major change, so an old admin interface *may* not work. However, at a system level, the log file location must exist, and must also be writable by the clamav user ( which is usually - surprisingly! - clamav ). It may well be the second part that's tripping you up. I usually create a /var/log/clamav directory, and chown clamav:clamav /var/log/clamav. This usually does it. You should only need the clamav-milter module if you're interfacing to sendmail or procmail. In fact, if all you're doing is providing a socket/port for applications to use, then you only really need clamd. Sorry I've not played with the module. Steve On Thu, 2009-06-11 at 13:16 +0800, Richard Chapman wrote: > Thanks Marcos > > I installed that package - and the rpmfoege clamav packages: > clamv, clamnav-db, calamd, clamav-milter from dag repository on my > centos 5 system. > When I go to the webmin clamav page - I now get the error: > > ------------------------------------------------------------------------ > > *WARNING: *Please fill in the location of the ClamAV log file in the > module's configuration. > > ------------------------------------------------------------------------ > > I have checked the module config - and both log file paths calmav and > freshclam seem to be filled in and reasonable. > > Any ideas how I get past this warning? > > Thanks > > Richard. -- Steve Holdoway <st...@gr...> http://www.greengecko.co.nz MSN: st...@gr... |
From: Richard C. <rch...@aa...> - 2009-06-12 04:23:50
|
Thanks Steve I checked the permissions of /var/log/calmav and it is owned by clamav and the owner has write permission. Indeed - the log file freshclam.log exists and has some reasonably sensible stuff in it. However - there is no clam.log file there - and the error I get from the webmin module is: *WARNING: *Please fill in the location of the ClamAV log file in the module's configuration. I have of course checked the log file entry in the module config and it is set to: /var/log/clamav/clamav.log which looks correct to me. My intention is to use clamav to scan incoming mail - probably using procmail - so I probably do need the milter. I am not sure what the basic "clamav' module includes - and whether I need it - but it is there anyway. If you have any other suggestions - they would be appreciated. Richard. steve wrote: > Clamav 0.94 -> 0.95 is a fairly major change, so an old admin interface > *may* not work. However, at a system level, the log file location must > exist, and must also be writable by the clamav user ( which is usually - > surprisingly! - clamav ). It may well be the second part that's tripping > you up. I usually create a /var/log/clamav directory, and chown > clamav:clamav /var/log/clamav. This usually does it. > > You should only need the clamav-milter module if you're interfacing to > sendmail or procmail. In fact, if all you're doing is providing a > socket/port for applications to use, then you only really need clamd. > > Sorry I've not played with the module. > > Steve > > On Thu, 2009-06-11 at 13:16 +0800, Richard Chapman wrote: > >> Thanks Marcos >> >> I installed that package - and the rpmfoege clamav packages: >> clamv, clamnav-db, calamd, clamav-milter from dag repository on my >> centos 5 system. >> When I go to the webmin clamav page - I now get the error: >> >> ------------------------------------------------------------------------ >> >> *WARNING: *Please fill in the location of the ClamAV log file in the >> module's configuration. >> >> ------------------------------------------------------------------------ >> >> I have checked the module config - and both log file paths calmav and >> freshclam seem to be filled in and reasonable. >> >> Any ideas how I get past this warning? >> >> Thanks >> >> Richard. >> |