help

2007-08-04 Thread Devilish Entity



Re: Spamassassin is very slow...

2007-06-11 Thread Devilish Entity

Well, randomly i checked out headers from a mail i received yesterday
and, allowing i don't have a lot of RAM i NEVER saw that scanning was
so slow... more than 1 min to scan a 16 lines mail (datas)
here is the header :
-> Received: by simscan 1.3.1 ppid: 27779, pid: 27784, t: 85.0446s


Re: Spamassassin is very slow...

2007-06-08 Thread Devilish Entity

On 6/8/07, Theo Van Dinter <[EMAIL PROTECTED]> wrote:

On Thu, Jun 07, 2007 at 03:15:35PM -0700, geist_ wrote:
> One AMD Unknown 1300MHz processor, 2601.92 total bogomips, 95M RAM
[...]
> Any help should be usefull...

Get more RAM. :)Seriously, 95M is not really enough for anything these
days, let alone resource intensive apps such as SA.



Well i assume that it is really few but it never was as slow... Plus
it's only about a little server i get at max 20 mails per day... So...
before it tooks about 3~4secs to parse/scan a message


Spamassassin is very slow...

2007-06-07 Thread Devilish Entity

Well, before all, here is my config :

nowhere:~# linuxinfo
Linux nowhere 2.6.18-4-k7 #1 SMP Wed May 9 23:42:01 UTC 2007
One AMD Unknown 1300MHz processor, 2601.92 total bogomips, 95M RAM
System library 2.3.6
OS : Debian Etch


I use qmail + jms patch (lastest version (on 2007/06/07))
and as frontend simscan 1.3.1 using ClamaV & Spamassassin (spamd &
spamc scanning)

Scans take about 15~20secs for each mails, i used to be fastest with
qmail-scanner (with the same hardware (i know i don't have lots of
ram)) and Debian Sarge.

Here is a sample of a Received header :

Received: by simscan 1.3.1 ppid: 19116, pid: 19117, t: 14.4822s
scanners: clamav: 0.90.2/m:43 spam: 3.2.0

Here is my SA conf (local.cf) :

rewrite_header Subject *SPAM*
required_score 5.0
use_bayes 1
bayes_auto_learn 1

Here is the init.pre file :

loadplugin Mail::SpamAssassin::Plugin::URIDNSBL
loadplugin Mail::SpamAssassin::Plugin::Hashcash
loadplugin Mail::SpamAssassin::Plugin::SPF

Then a mix of my v3*.pre files :

loadplugin Mail::SpamAssassin::Plugin::Pyzor
loadplugin Mail::SpamAssassin::Plugin::Razor2
loadplugin Mail::SpamAssassin::Plugin::SpamCop
loadplugin Mail::SpamAssassin::Plugin::AWL
loadplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold
loadplugin Mail::SpamAssassin::Plugin::WhiteListSubject
loadplugin Mail::SpamAssassin::Plugin::MIMEHeader
loadplugin Mail::SpamAssassin::Plugin::ReplaceTags
loadplugin Mail::SpamAssassin::Plugin::Check
loadplugin Mail::SpamAssassin::Plugin::URIDetail
loadplugin Mail::SpamAssassin::Plugin::Bayes
loadplugin Mail::SpamAssassin::Plugin::BodyEval
loadplugin Mail::SpamAssassin::Plugin::DNSEval
loadplugin Mail::SpamAssassin::Plugin::HTMLEval
loadplugin Mail::SpamAssassin::Plugin::HeaderEval
loadplugin Mail::SpamAssassin::Plugin::MIMEEval
loadplugin Mail::SpamAssassin::Plugin::RelayEval
loadplugin Mail::SpamAssassin::Plugin::URIEval
loadplugin Mail::SpamAssassin::Plugin::WLBLEval
loadplugin Mail::SpamAssassin::Plugin::VBounce
loadplugin Mail::SpamAssassin::Plugin::ImageInfo

Any help should be usefull...
It's not really a critical problems from now since i'm not using this
server as a production one but it could be really annoying if i do
one, and even if my ram is low it looks like to be really slow...
Maybe it takes time when fetching informations from some modules, i dunno..

Thx