Re: clamav & salix note to myself & other newbies
installing clamav
i had a go at installing clamav using sourcery and got a problem, it failed stating "libmilter missing” looked using google and got this page but with English translation - putting here in English to save time for other newbies.
Run command below & this will fix libmilter problem
# slapt-get -i sendmail
then go back to sourcery & have another go at installing if it come up with any thing about groups,it will give a suggestion what to do. I just copied the suggestion into terminal.
It should install ok it did for me.
running and updating - On other distros you have to mess about uncommenting a line “#example” in two config files -don't worry about it, seems you don't need with salix and sourcery install.
To get update of clamav virus definitions run this command #freshclam
to scan a pendrive that comes up with a label name of say “TITANIUM” next to the pendrive icon on the desktop, you can use this command to scan it.
# clamscan /media/TITANIUM -r
to get rid of anything just use
# clamscan --remove /media/TITANIUM -r

