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
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
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
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.
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. ";
,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
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
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
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?