Re: [Qmail-scanner-general]ClamAV and qmail-scanner (local-domains)

2004-05-11 Thread Anarion
A Diumenge 09 Maig 2004 13:02, Nick Chettle va escriure: > For anyone that's interested, here is the solution: > > open(LIST,"/var/qmail/control/rcpthosts") || die "Unable to open > rcpthosts\n"; > my @array = ; > close(LIST); > chomp(@array); > my $localdom = join(",", @array); > my @local_domains

Re: [Qmail-scanner-general]ClamAV and qmail-scanner (local-domains)

2004-05-09 Thread Lutz Petersen
Hi, > My aim is to create a variable for the local-domains field so I don't have > to reconfigure everytime a new domain is added. > So far, I have added the following to qmail-scanner-queue.pl. > open(LIST,"/var/qmail/control/rcpthosts") || die "Unable to open > rcpthosts\n"; > my @array = ;

Re: [Qmail-scanner-general]ClamAV and qmail-scanner (local-domains)

2004-05-09 Thread Nick Chettle
- Original Message - From: "Nick Chettle" <[EMAIL PROTECTED]> To: "Sean D." <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, May 08, 2004 5:24 PM Subject: Re: [Qmail-scanner-general]ClamAV and qmail-scanner (local-domains) Just to let you all know

Re: [Qmail-scanner-general]ClamAV and qmail-scanner (local-domains)

2004-05-08 Thread Nick Chettle
Regards, Nick - Original Message - From: "Sean D." <[EMAIL PROTECTED]> To: "Nick Chettle" <[EMAIL PROTECTED]> Sent: Monday, May 03, 2004 8:43 AM Subject: Re: [Qmail-scanner-general]ClamAV and qmail-scanner (local-domains) what about cat /var/qmail/control/rcpt

Re: [Qmail-scanner-general]ClamAV and qmail-scanner (local-domains)

2004-05-02 Thread Jason Haar
On Sun, May 02, 2004 at 08:36:18PM +0100, Nick Chettle wrote: > I use vmailmgr for hosting my virtual domains, so that file is empty. My > virtualdomains file is in totally the wrong format so I can't use that > either. > ... > >why not use /var/qmail/control/locals? ...and now you see why Qmail

Re: [Qmail-scanner-general]ClamAV and qmail-scanner (local-domains)

2004-05-02 Thread Nick Chettle
e: [Qmail-scanner-general]ClamAV and qmail-scanner (local-domains) At 08:41 AM 5/2/2004, Nick Chettle wrote: I was thinking of doing somehting like $local_dom = `cat /etc/local-domain-list`; Then replacing the actual list in the file with $local_dom, do you think that will work? /etc/local-do

Re: [Qmail-scanner-general]ClamAV and qmail-scanner (local-domains)

2004-05-02 Thread qmail-scanner
At 08:41 AM 5/2/2004, Nick Chettle wrote: I was thinking of doing somehting like $local_dom = `cat /etc/local-domain-list`; Then replacing the actual list in the file with $local_dom, do you think that will work? /etc/local-domain-list being a comma seperated list of local domains. Regards, Ni

Re: [Qmail-scanner-general]ClamAV and qmail-scanner (local-domains)

2004-05-02 Thread Nick Chettle
: "Shannon M. Werb" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 02, 2004 1:38 PM Subject: Re: [Qmail-scanner-general]ClamAV and qmail-scanner (local-domains) Hi All, Could someone please clear up for me exactly what the --local-domains setting does with respec

Re: [Qmail-scanner-general]ClamAV and qmail-scanner (local-domains)

2004-05-02 Thread Shannon M. Werb
> Hi All, > > Could someone please clear up for me exactly what the --local-domains > setting does with respect to qmail-scanner and ClamAV. The > qmail-scanner-queue.pl file says it's to determine domains to send > notifications to but how does it do this? > You are correct, this is how qmail-sca

[Qmail-scanner-general]ClamAV and qmail-scanner (local-domains)

2004-05-02 Thread Nick Chettle
Hi All,   Could someone please clear up for me exactly what the --local-domains setting does with respect to qmail-scanner and ClamAV. The qmail-scanner-queue.pl file says it's to determine domains to send notifications to but how does it do this?   I have a lot of domains on my server and ba

Re: [Qmail-scanner-general]ClamAV and Qmail-Scanner

2004-03-03 Thread Sean D.
mine is catching them fine. are you sure you have qmail-scanner setup correctly? maybe you should make sure clamd is running and then run qmail-scanner-reconfigure Matt wrote: Greetings, I have clamav installed and have it all up2date. If I stick a copy of netsky (somefool) into a directory and

Re: [Qmail-scanner-general]ClamAV and Qmail-Scanner

2004-02-19 Thread Doug Monroe
Jonathan Tai wrote: So maybe your freshclam isn't telling clamd about the new updates, and clamd takes a while to notice? I don't know how that situation can be fixed on a non-debian distro; I've never had the problem myself. just as FYI, there are 3 ways to make sure clamd knows of db updates

RE: [Qmail-scanner-general]ClamAV and Qmail-Scanner

2004-02-19 Thread Jonathan Tai
On Thu, 2004-02-19 at 05:25, Matt wrote: > Well now it's finding it on all 3 of my mail servers when I checked this > morning. > It's almost like there is a lag between when the database updates and > when qmail-scanner and clamdscan find it. > > My softlimit is set to... let me check here.. > >

Re: [Qmail-scanner-general]ClamAV and Qmail-Scanner

2004-02-19 Thread Darren Honeyball [ML]
qmail-scanner uses clamdscan rather than clamscan... I initially had this problem as clamdscan inherits the permissions of clamd and was giving file permission problems... Once I'd added my clamav user to the relevant groups it worked a treat. Check your qmail-queue.log D Matt wrote: Greetin

RE: [Qmail-scanner-general]ClamAV and Qmail-Scanner

2004-02-19 Thread Jason Staudenmayer
-general]ClamAV and Qmail-Scanner Well now it's finding it on all 3 of my mail servers when I checked this morning. It's almost like there is a lag between when the database updates and when qmail-scanner and clamdscan find it. My softlimit is set to... let me check here.. exec /usr

RE: [Qmail-scanner-general]ClamAV and Qmail-Scanner

2004-02-19 Thread Matt
004 4:28 PM > To: [EMAIL PROTECTED] > Subject: [Qmail-scanner-general]ClamAV and Qmail-Scanner > > > Greetings, > I have clamav installed and have it all up2date. If I stick a copy of > netsky (somefool) into a directory and tell clamav to scan it it finds > the virus. >

RE: [Qmail-scanner-general]ClamAV and Qmail-Scanner

2004-02-18 Thread Jason Staudenmayer
Softlimit? What's clam-av return in the debug log? -Original Message- From: Matt [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 4:28 PM To: [EMAIL PROTECTED] Subject: [Qmail-scanner-general]ClamAV and Qmail-Scanner Greetings, I have clamav installed and have i

[Qmail-scanner-general]ClamAV and Qmail-Scanner

2004-02-18 Thread Matt
Greetings, I have clamav installed and have it all up2date. If I stick a copy of netsky (somefool) into a directory and tell clamav to scan it it finds the virus. Yet for some reason it is letting it get through on e-mail. Any ideas on this? It is catching other viruses in e-mail like SCO and K