AVG free for Linux
Posted: 19 May 2014 02:21
Hi All,
I'm trying this out. Just info for you guys if you are having memory issues or speed issues.
Note however doing so will not use clamd's alternative databases for phishing and other stuff.
Unless you use both together.
Clamd takes about 500-600Meg ram with 300+Meg resident
AVG takes about 281Meg with 172M resident
http://free.avg.com/us-en/download.prd-alf
Get the rpm version
When you try to do
rpm -Uvh <avg rpm> you'll get an error that because the EFA vm version uses 64bit. There are no 32bit libraries.
You need to do
yum install glibc.i686
Then run the rpm for avg install again.
Oh.. do a "service avgd start" since it is not started yet (note that it is already installed in chkconfig so it will start on reboot).
Then do "avgupdate"
Change your /etc/MailScanner/MailScanner.conf
There is a line that says
Virus Scanners = clamd
Add avg to the line (if you want to run both)
or replace clamd with avg (if you feel avg is sufficient).
Restart Mailscanner with "service MailScanner restart"
Updates are done by MailScanner calling update_virus_scanners.
Good luck.
Regards,
Michael
I'm trying this out. Just info for you guys if you are having memory issues or speed issues.
Note however doing so will not use clamd's alternative databases for phishing and other stuff.
Unless you use both together.
Clamd takes about 500-600Meg ram with 300+Meg resident
AVG takes about 281Meg with 172M resident
http://free.avg.com/us-en/download.prd-alf
Get the rpm version
When you try to do
rpm -Uvh <avg rpm> you'll get an error that because the EFA vm version uses 64bit. There are no 32bit libraries.
You need to do
yum install glibc.i686
Then run the rpm for avg install again.
Oh.. do a "service avgd start" since it is not started yet (note that it is already installed in chkconfig so it will start on reboot).
Then do "avgupdate"
Change your /etc/MailScanner/MailScanner.conf
There is a line that says
Virus Scanners = clamd
Add avg to the line (if you want to run both)
or replace clamd with avg (if you feel avg is sufficient).
Restart Mailscanner with "service MailScanner restart"
Updates are done by MailScanner calling update_virus_scanners.
Good luck.
Regards,
Michael