Simplest way:
Select the Upgrade option.Code:wget http://www.configserver.com/free/msinstall.tar.gz tar -xzf msinstall.tar.gz cd msinstall/ sh install.sh
Simplest way:
Select the Upgrade option.Code:wget http://www.configserver.com/free/msinstall.tar.gz tar -xzf msinstall.tar.gz cd msinstall/ sh install.sh
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Chirpy, thanks for your answer, but just don't understand why we should change the spam rules?. We are not scanning for spam for all domains, but we do for viruses.Originally Posted by chirpy
Our virus.scanning.rules is set FromOrTo: default yes
Here is what we saw at our logs:
2005-06-19 07:05:20 1Djxby-00065p-Nz ** ####@cantv.net <####@#####.com> R=lookuphost T=remote_smtp: SMTP error from remote mailer after end of data: host relay.cantv.net [200.44.32.36]: 554 5.7.1 virus HTML.Phishing.Bank-1 detected by ClamAV - http://www.clamav.net
Because I didn't read your question closely enough, sorrybut just don't understand why we should change the spam rules?
I would guess that from the message given from the bounce:
1. Are you running the latest version of MailScanner enabled with the anti-phishing settings enabled in MailScanner.conf
2. Do you have the latest version of ClamAV installed, currently v0.85.1?
http://www.configserver.com/free/clamav.html
3. Do you have the latest Mail::ClamAV installed if you're using the clamavmodule, currently v0.17?
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Thanks ChirpyOriginally Posted by chirpy
Yes to 2 and 3.
We are not using the anti-phishing from MailScanner, because we are not completily agree with that test. Maybe you can tell us how it really worsk, because if only cheks visible link to the real link, many people uses that with no bad intention. We didn't find any detail info at mailscanner site.
On the other hand, what we have reported from that ISP is that CalmAV had found a virus, not a phising itself, when seting the anti-phising, the report is from ClamAV, like the one we receive from the ISP?
Thanks again Chirpy
Gustavo
Thanks Chirpy; I'm going to do this over the weekend. I downloaded and read the script; great work!Originally Posted by chirpy
One more question; my current install is from your service with the custom MailWatch setup. I noticed that Mailwatch will be retained; thanks.
Question; is this usr and sysconfdir prefix correct for your install?
1. wget http://unc.dl.sourceforge.net/source.../clamav.tar.gz
2. tar xfzv clamav.tar.gz
3. cd clamav
4. ./configure --prefix=/usr --sysconfdir=/etc
5. make
6. make install
kmsd wrote:
As mentioned earlier in this thread, using these two parameters in the ./configure call gave me trouble. I say use a plain call.Question; is this usr and sysconfdir prefix correct for your install?
Last edited by spiff06; 06-21-2005 at 05:24 AM.
Yup, just do a standard install:
http://www.configserver.com/free/clamav.html
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
I just updated ClamAV without the options and ran the amazing script Chirpy provides. Everthing went flawlessly. Thanks!
All,
I just wanted to let you know that after a recenr CP Update this weekend, my email broke completely and CHirpy's instructions above fixed it.