Re: [Clamav-users] clam antivirus and spamassassin

2003-09-03 Thread Rick Macdougall
Mark Novak wrote: Thelv, No problem at all. As an aside, if anyone has figured out how to make the daemon work, I'd be interested in knowing how they did it. Hi, I just wrote my own for clamd and manually put in it qmail-scanner.pl, if you want a copy, just let me know. Regards, Rick --

Re: [Clamav-users] clam antivirus and spamassassin

2003-09-03 Thread Rick Macdougall
Hi, Since there is a clamoring for it... http://newmail.axess.com/downloads/clamd_scanner.sub Regards, Rick Jeff Bilder wrote: I would love to see what you did. Can I snag a copy. Thanks! - Jeff -Original Message- From: Rick Macdougall [mailto:[EMAIL PROTECTED] Sent: Wednesday

Re: [Clamav-users] Worm.Gibe.F

2003-09-19 Thread Rick Macdougall
Hi, Thomas Lamy wrote: when was the db updated for Worm.Gibe.F? I had it slip through 2 independant servers, one of them updates every hour... As far as I know, a couple of days ago. I'm not seeing anything get through here, running 0.60 here. Actually, that's not true. I did see one slip

Re: [Clamav-users] Problems under load?

2003-10-07 Thread Rick Macdougall
Hi, Top posting cause I like it :) I've had clamd die twice in the last 6 month's using the same setup. It caused almost the same symptoms as you are describing and was fixed by a killall -9 clamd (it's running under daemontools). I have sirens go off in my bedroom when the load average goes

Re: [Clamav-users] postfix + clamav + clamdmail

2003-10-24 Thread Rick Macdougall
[EMAIL PROTECTED] wrote: I read that clamav virus updates are not as good as other commercial products. I presume it's comparable to any of those expensive commercial products right? I presume you can also send notification emails to recipient that an email with virus attachment has been sent to

Re: [Clamav-users] ClamAV and qmail without qmail-scanner

2003-10-28 Thread Rick Macdougall
Hi, Tim Howell wrote: I've searched google and the list archives and didn't come up with much. Is there a way to use ClamAV on a site-wide qmail installation without using qmail-scanner? Has anyone written anything like the SpamAssassin qmail-spamc qmail-queue replacement? Check out http://projec

Re: [Clamav-users] sober.p, spf, dns, nazis, fruit-of-the-loom, lucky charms

2005-05-17 Thread Rick Macdougall
Top Post? /I keed. I hate this thread myself but I couldn't resist. //ahh more noise ratio. Bart Silverstrim wrote: On May 17, 2005, at 5:35 PM, [EMAIL PROTECTED] wrote: perhaps it's time clamav-users be split into clamav-help and clamav-discussion. something like that maybe. but the list is sag

Re: [Clamav-users] Starting clamd in inittab

2005-08-04 Thread Rick Macdougall
Steven Spence wrote: Julio Maidanik wrote: Hi, I would have thought that starting clamd in inittab, as for example: av:2345:respawn:/usr/local/sbin/clamd would be a nice idea ... no need to check whether clamd is alive... Unfortunately when I did that, I got problems. It seems that the par

Re: [Clamav-users] Exploit IE CVE CAN-2005-1790

2005-11-28 Thread Rick Macdougall
Elizabeth Schwartz wrote: On 11/23/05, Cedric Foll <[EMAIL PROTECTED]> wrote: is it possible to have a clamav signature for the exploit ? Proof of conecpt here: http://www.computerterrorism.com/research/ie/poc.htm I dunno about anyone else here , but I haven't heard of this site and I really,

Re: [Clamav-users] Scanning outgoing mail? - was: cpu utilization suddenly over 90% all the time

2006-01-09 Thread Rick Macdougall
John Kielkopf wrote: For those that scan outgoing, how much has your outgoing filter actually caught? I currently do scan outgoing but often wonder if it's worth the effort, since it's never caught a single virus. We scan outgoing for viruses only (no SA scanning) and we catch about 20 -

Re: [Clamav-users] DNS record older than 3 hours - happening since yesterday?

2006-02-07 Thread Rick Macdougall
Brian Morrison wrote: I'm seeing the freshclam warning here for about a day now, so something somewhere appears to be at fault with the DNS record. Anyone have any news about this? I don't think it's at my end as all other DNS activity is normal. Hi, I only see that when the clock on the ser

[Clamav-users] Strange problem

2006-04-11 Thread Rick Macdougall
Hi, After upgrading to clamav 0.88.1 I was getting this in my log files ERROR: Problem with internal logger. Please check the permissions on the /dev/stdout file. The permissions were rw for all users. clamd.conf contains LogFile /dev/stdout Only seems to affect FreeBSD 4.8 though, all my

Re: [Clamav-users] Strange problem

2006-04-12 Thread Rick Macdougall
JT Justman wrote: Rick Macdougall wrote: Hi, After upgrading to clamav 0.88.1 I was getting this in my log files ERROR: Problem with internal logger. Please check the permissions on the /dev/stdout file. The permissions were rw for all users. clamd.conf contains LogFile /dev/stdout Only

Re: [Clamav-users] Strange problem

2006-04-12 Thread Rick Macdougall
Richard Feldmann wrote: Rick Macdougall spake thusly on Tue, Apr 11, 2006 at 07:28:16PM -0400: LogFile /dev/stdout --- end quoted text --- Try logging to /dev/stderr instead. I use tcpserver and daemontools with qmail to control my stuff. When I first started using clamd I found that

Re: [Clamav-users] Re: OT: Download script

2006-04-25 Thread Rick Macdougall
Christopher X. Candreva wrote: On Tue, 25 Apr 2006, G.W. Haywood wrote: If you know a gunzip option that will NOT delete the compresed file, that would be the prefered method. cat file.gz | gunzip > file That's not a gunzip option -- that's (almost) exactly what I'm doing in the program tha

Re: [Clamav-users] Re: OT: Download script

2006-04-25 Thread Rick Macdougall
Christopher X. Candreva wrote: On Tue, 25 Apr 2006, Rick Macdougall wrote: That's not a gunzip option -- that's (almost) exactly what I'm doing in the program that I'm looking for an alternative for. gunzip -c file.gz > file Yes, THAT is EXACTLY what I'm doing th

Re: [Clamav-users] clamstats script

2006-05-24 Thread Rick Macdougall
Chris wrote: I've downloaded a script that is supposed to output stats on virus's that clamav detects. Needless to say its not working correctly and I'm soliciting some help since I know nothing about perl. I'm sort of getting output however it doesn't show any virus's detected. I'd attach t

Re: [Clamav-users] clamstats script

2006-05-24 Thread Rick Macdougall
Chris wrote: On Wednesday 24 May 2006 5:54 pm, Rick Macdougall wrote: I developed this http://newmail.axess.com/virus/ But it's only currently for Qmail/simscan (until someone wants to write a backend for another scanner). Kmail, however, its called via a plug-in for Spamassassin

Re: [Clamav-users] clamstats script

2006-05-25 Thread Rick Macdougall
ClamAV List wrote: I developed this http://newmail.axess.com/virus/ I had install it into a FC4 box, I see the layout of the webpage but no statistics. ___ http://lurker.clamav.net/list/clamav-users.html Hi, Are you running qmail/simscan ? Are

Re: [Clamav-users] clamstats script

2006-05-25 Thread Rick Macdougall
J Kvalvaag wrote: I developed this http://newmail.axess.com/virus/ Do you mind sharing it? Regards Joran Kvalvaag Hi, You can find it at http://www.limelyte.com under Software, it's called virusstats. Regards, Rick ___ http://lurker.clamav

Re: [Clamav-users] Testing ClamAV

2006-07-11 Thread Rick Macdougall
Smith, Cathy wrote: We are using ClamAV to scan documents posted to a web site. Is there a way to get an infected document to use as a test? I need to be able to download a document as anything I email to myself gets caught by the company's email filters. http://www.eicar.org/anti_virus_test

Re: [Clamav-users] Freshclam on RedHat 4

2006-08-03 Thread Rick Macdougall
Manning, Tenneill (Mission Systems) wrote: Does anyone have any ideas on how to get FRESHCLAM to work on RedHat4 Enterprise linux machines? ___ http://lurker.clamav.net/list/clamav-users.html I just run it from rc.local on Centos 4 (equiv to RH 4 Ente

Re: [Clamav-users] clamscan resource hog

2006-09-20 Thread Rick Macdougall
Benjamin Adams wrote: I'm trying to get the load down on my mail server but clamscan keeps coming up and using resources. Load Avg: 1.65, 2.37, 2.22 CPU usage: 5.0% user, 10.9% sys, 84.0% idle SharedLibs: num = 176, resident = 33.0M code, 3.72M data, 13.9M LinkEdit MemRegions: num = 16

Re: [Clamav-users] Reporting tool

2006-09-22 Thread Rick Macdougall
Chris wrote: On Friday 22 September 2006 10:04 am, Galactic wrote: Hello all, I'm looking for a reporting tool that will show me some stats on how ClamAV is doing on catching and removing. The couple of scripts that I've seen don't seem to work and I've not found any others. Server config: Ple

Re: [Clamav-users] Stration virus

2006-09-28 Thread Rick Macdougall
Irina wrote: Hello all, I am new to clamav. I set it up on our mail server where we are running 2 virus engines: clamav and McAfee. We first filter through clamav, then check with McAfee. Everything is working great, clamav catches viruses fine, except for 1 virus that is not recognized by cl

Re: [Clamav-users] Upgrade to .90?

2007-02-15 Thread Rick Macdougall
Kevin W. Gagel wrote: So, its been a few days. How is everyone feeling about the new version? I've hesitated to upgrade just yet. I've seen alot of feedback indicating problems and very little about smooth and great upgrades. What's the general concensous - You can't upgrade fast enough or Stay

[Clamav-users] Minor bug on the home page

2007-02-16 Thread Rick Macdougall
Hi, Minor bug on the home page. When I click on the Support link, the page displays in Italian instead of English as all the other pages do. Regards, Rick ___ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.cl

[OT} Re: [Clamav-users] Auto scan problems

2007-02-16 Thread Rick Macdougall
carren stuart wrote: [EMAIL PROTECTED] wrote: Ugg, as much as I hate to continue this OT subject. Something with your time is jacked. Whether it be your time or timezone I don't really care or care enough to tell you where you have it wrong. You mail is showing up in peoples mailboxes as if

OT: Re: [Clamav-users] Auto scan problems

2007-02-19 Thread Rick Macdougall
carren stuart wrote: Dennis Peterson wrote: There really is an error in your system's timezone or clock/calendar, but let's focus on your auto scan because that is why you are here. I've spent the last couple of days working on this trying to find out exactly what the problem was. It turned

Re: [Clamav-users] Auto scan problems

2007-02-19 Thread Rick Macdougall
carren stuart wrote: Dennis Peterson wrote: Not quite right yet, Carren. Sigh If it's not right this time I'm throwing this thing out the window and going back to a slate and chalk! ___ Help us build a comprehensive ClamAV guide: visit http://

<    1   2