Re: [Qmail-scanner-general] qmail hangs for while

2007-10-05 Thread Jorge Valdes
m 100M -> 740M) > > Anytime you start to swap things will only go downhill from there (tm)... Because you scan messages using the same server, the culprit may be one of your scanners, so you might want to start thinking of unloading some (if no

Re: [Qmail-scanner-general] qmail hangs for while

2007-10-05 Thread Jorge Valdes
you use rblsmtpd to block, try removing the rblsmtpd from the SMTP, and restart. If things start behaving "normally" then you found your problem. You need to determine which RBL is timing-out and remove it, then reinstate all the working RBL lists. -- Jorge Valdes Intercom El Salvado

[Qmail-scanner-general]Patch for qmail-scanner-1.24

2004-11-09 Thread Jorge Valdes
email. SpamAssassin can reject mail if $score > $sa_reject_score (global variable) is set to a value > 0. This applies cleanly _only_ to stock qmail-scanner-1.24.tar.gz -- Jorge Valdes Intercom El Salvador [EMAIL PROTECTED] voz: ++(503) 278-5068 fax: ++(503) 265-7025 diff -rubN qmail-scanner-1.24-ori

RE: [Qmail-scanner-general]Exclude domain from scanners

2004-07-10 Thread Jorge Valdes
scanner-queue and run the "original" qmail-queue. -- Jorge Valdes IT Manager Intercom El Salvador [EMAIL PROTECTED] Tel. 503-278-5068 Tel. 503-265-7070 Fax. 503-265-7025 --- This SF.Net email sponsored by Black Hat Briefings & Training.

[Qmail-scanner-general]File::Scan (2)

2004-06-29 Thread Jorge Valdes
Oops, I Forgot the following To get the scaner version, the following must me added to the scan_queue subroutine: --BEGIN-- } elsif ($scanner eq 'filescan') { my $fs = File::Scan->new(); my $fv = $fs->VERSION; $SCANINFO .= "File::Scan: $fv. ";

[Qmail-scanner-general]File::Scan

2004-06-29 Thread Jorge Valdes
,33) if ($has_virus); } --END-- I have this working in producction systems without problems, and for the latest Zafi.b Virus, scanning takes ~0.025 secs per message compared to ~1.0 secs for ClamAV (Redhat Linux 7.3 i686 @1.5GHz 512MB RAM). Hope this helps... -- Jorge Valdes IT Manager Int

Re: [Qmail-scanner-general]qmail --enable-roaming-users=Y

2004-03-22 Thread Jorge Valdes
At 05:54 PM 22/03/2004, Rick Updegrove wrote: You can add QMAILQUEUE to your qmail-smtpd/run file (like I do). > or do I need to patch vpopmail for this? This is a FAQ see http://qmail-scanner.sourceforge.net/FAQ.php bottom of the page. I tried this but still did not work for me :<, so I pat

[Qmail-scanner-general]qmail --enable-roaming-users=Y

2004-03-22 Thread Jorge Valdes
on their inbound SMTP connections. How do I set the QMAILQUEUE var for ALL incomming connections? Is this possible with my setup? or do I need to patch vpopmail for this? -- Jorge Valdes Intercom El Salvador --- This SF.Net email is sponsored

[Qmail-scanner-general]Not finding SpamAssassin

2004-03-22 Thread Jorge Valdes
completely, even though spamd/spamc was running and working. Since the servers have all the software in the same places, I just replaced the "generated" qmail-scanner-queue.pl from the working server to the new server and everything worked as expected. Has anyone seen this behaviour before?