EFW Support

Support => EFW SMTP, HTTP, SIP, FTP Proxy Support => Topic started by: dkavi on Tuesday 15 February 2011, 04:25:18 pm



Title: ClamAV Error
Post by: dkavi on Tuesday 15 February 2011, 04:25:18 pm
Hi all,

two days ago I found t hat all my mails are queued inside the firewall. When I am cheking I got to know Its something wron with the ClamAV. So I disbled the ClamAV protection. now mails are coming. But I need to enable it again. How do I fix the errors on clamAV..? pls help


Title: Re: ClamAV Error
Post by: Galas on Friday 18 February 2011, 07:24:22 am
cd to
Code:
 /usr/share/clamav/ 

delete o rename (i renamed)


Code:
mv clamavtest.db not_clamavtest.BKP
mv main.cvd not_main.BKP
mv daily.cvd not_daily.bkp

download db

Code:
curl -O db.local.clamav.net/bytecode.cvd (use h . t . t . p , cant post clickable links)

then run
Code:
freshclam

and restart clamav & dansguardian

Code:
restartclamav.py
restartdansguardian.py


Title: Re: ClamAV Error
Post by: dkavi on Friday 18 February 2011, 06:58:12 pm
cd to
Code:
 /usr/share/clamav/ 

delete o rename (i renamed)


Code:
mv clamavtest.db not_clamavtest.BKP
mv main.cvd not_main.BKP
mv daily.cvd not_daily.bkp

download db

Code:
curl -O db.local.clamav.net/bytecode.cvd (use h . t . t . p , cant post clickable links)

then run
Code:
freshclam

and restart clamav & dansguardian

Code:
restartclamav.py
restartdansguardian.py


just saw this. thank you very mucha. I will try this.  :)