[Clamav-users] My Bad, sorry (was: Mailware passes undetected.... is this a failure within my MTA?)

2007-01-16 Thread Jay Lee
Steve Basford wrote: [EMAIL PROTECTED] wrote: I am not available at the moment etc. ;) I apologize, I actually am testing the autoreply settings of our mail client at the moment and only had it set for 3 minutes, a list email managed to come at exactly that time unfortunately, m

Re: [Clamav-users] DB Update email before actual update available?

2006-12-20 Thread Jay Lee
Dennis Peterson wrote: Jay Lee wrote: Dennis Peterson wrote: Jay Lee wrote: I am attempting to write a script that will take action whenever an email from the [EMAIL PROTECTED] list is received. The script would run freshclam and grab the most recent update, thus giving me the most up to

Re: [Clamav-users] DB Update email before actual update available?

2006-12-20 Thread Jay Lee
Dennis Peterson wrote: Jay Lee wrote: I am attempting to write a script that will take action whenever an email from the [EMAIL PROTECTED] list is received. The script would run freshclam and grab the most recent update, thus giving me the most up to date version at all times without putting a

[Clamav-users] DB Update email before actual update available?

2006-12-20 Thread Jay Lee
I am attempting to write a script that will take action whenever an email from the [EMAIL PROTECTED] list is received. The script would run freshclam and grab the most recent update, thus giving me the most up to date version at all times without putting a heavy load on the ClamAV servers. The p

Re: [Clamav-users] Large number of Mytob.MM this morning?

2006-01-12 Thread Jay Lee
Randal, Phil wrote: Jay Lee wrote: I've already submitted a sample to the website, any hope of getting this blocked soon? Did you submit it to the online testing web page to see if that system handles it differently from yours? I have now yes, I tried sending the raw email me

Re: [Clamav-users] Large number of Mytob.MM this morning?

2006-01-12 Thread Jay Lee
Dennis Peterson wrote: Jay Lee said: Anyone else seeing a lot of Mytob.MM getting thru today? ClamAV doesn't seem to be blocking it on the mail server, Norton catches it if the virus defs are up to date (today's work, yesterday's don't). I've already submitted a s

[Clamav-users] Large number of Mytob.MM this morning?

2006-01-12 Thread Jay Lee
etting this blocked soon? Jay -- Jay Lee Network / Systems Administrator Information Technology Dept. Philadelphia Biblical University -- ___ http://lurker.clamav.net/list/clamav-users.html

Re: [Clamav-users] RE: Report infected mail to the user

2006-01-06 Thread Jay Lee
ho accidently attach a virus. Jay -- Jay Lee Network / Systems Administrator Information Technology Dept. Philadelphia Biblical University -- ___ http://lurker.clamav.net/list/clamav-users.html

Re: [Clamav-users] compile fail on 0.87

2005-09-19 Thread Jay Lee
ve up to a distro that receives more testing like FC3/4 or RHEL4/Centos4. Jay -- Jay Lee Network / Systems Administrator Information Technology Dept. Philadelphia Biblical University -- ___ http://lurker.clamav.net/list/clamav-users.html

Re: [Clamav-users] What versions of Clamav for ppc platform

2005-08-03 Thread Jay Lee
mailing by Giardina Software wrote: i must install clamav on my machine; what stable stable version can i install for ppc platform?? The latest/greatest 0.86.2 should install fine on OSX and PowerPC Linux. Give it a try and let us know if you run into any trouble. Jay -- Jay Lee Network

Re: [Clamav-users] Clamav + maildrop

2005-07-28 Thread Jay Lee
amAV 0.86.2/995/Wed Jul 27 16:13:50 2005 so then do a simple: if (/^X-Virus-Status: Yes/:h) { to '/an/admins/subfolder/for/fp/checking/' } I immediately pull out all Viruses because in 2 years I've yet to get a FP from ClamAV. Logging is done by clamd and clean messages ca

Re: [Clamav-users] Getting ClamAV to transparently scan all outgoing port 25 connections?

2005-01-04 Thread Jay Lee
doesn't solve the AUTH problem and it puts an unneccessary load on my servers. It also makes my mail server the target of RBLs and anti-spam measures should a virus or SPAM zombie slip through. I downloaded ClamSMTP and installed it no problem, does exactly what I was hoping for.

Re: [Clamav-users] Getting ClamAV to transparently scan all outgoing port 25 connections?

2005-01-04 Thread Jay Lee
Tinus Nijmeijers said: > why not let the firewall redirect everything on port 25 && ! from the > mailserver to the mailserver? Because then my mail server would need to be an open relay and that is bad... Jay -- Jay Lee Network / Systems Administrator Information Technology Dept

[Clamav-users] Getting ClamAV to transparently scan all outgoing port 25 connections?

2005-01-04 Thread Jay Lee
hen they send out messages via port 25 but viruses would not get out (and admin notification of the offending IP wouldn't be hard either). Is anyone aware of a SMTP proxy that is capable of this? I believe the transparent proxy part would be configurable with Linux and IPTables. Any suggestions?