I'm using SA 2.6 spamd/spamc

I'm using it in a very loaded server, I get arround 2 mail connections
per second. 
I want to know if there are people having this kind of load, or even
bigger, cause I don't think this should be a big load for the server.

The server is Pentium III 1 ghz, 512 MB ram.
Linux and postfix as mta.

I've noticed many mails beeing analyzed by SA for more than 400 seconds.
So because of this, the mail quere starts growing.
I've tried the timeout in spamc -t, so I've noticed that spamc gives me
back the mail, but spamd keeps analyzing it, reaching the times already
mentioned.
Any Ideas about this?

Is SA supose to work with big loads.

To have a stable server, I had to make a script which runs every 10
sends, to stop analyzing when the queue gets to 400 mails and to start
again when it gets to 100 mails. So this gives me arround 1 minute per
hour, when the spamassassin is not analyzing. This is not something I
like use, but was the only thing that gave me the stability I needed.


Local.cf

user_scores_sql_username       spam
user_scores_sql_password       pass

########################################################################
###
# Automatic-whitelist directory, for the default db-based whitelist
# backend.  By default, each user has their own, in their
~/.spamassassin
# directory with mode 0600, but for system-wide SpamAssassin use, you
may
# want to share this across all users; uncomment and customise the below
# lines.  (Make sure the mode has --x bits set.)

 auto_whitelist_factor   0.5

# default: per-user whitelist:
# auto_whitelist_path        ~/.spamassassin/auto-whitelist
# auto_whitelist_file_mode   0600

# use this for a system-wide whitelist:
 auto_whitelist_path        /var/spool/spamassassin/auto-whitelist
 auto_whitelist_file_mode   0666


rewrite_subject                 1

#body HOLAS             /holas/i
#describe HOLAS         pusieron holas

#score HOLAS 60

required_hits 10


bayes_ignore_header ReSent-Date
bayes_ignore_header ReSent-From
bayes_ignore_header ReSent-Message-ID
bayes_ignore_header ReSent-Subject
bayes_ignore_header ReSent-To
bayes_ignore_header Resent-Date
bayes_ignore_header Resent-From
bayes_ignore_header Resent-Message-ID
bayes_ignore_header Resent-Subject
bayes_ignore_header Resent-To

score   RCVD_IN_OSIRUSOFT_COM   0
score   X_OSIRU_DUL             0
score   X_OSIRU_DUL_FH          0
score   X_OSIRU_OPEN_RELAY      0
score   X_OSIRU_SPAM_SRC        0
score   X_OSIRU_SPAMWARE_SITE   0
score   RCVD_IN_ORBS            0


# Enable the Bayes system
use_bayes               1

# Enable Bayes auto-learning
auto_learn              1
bayes_learn_to_journal  1

skip_rbl_checks         0
use_razor2              0
use_razor1              0
use_dcc                 1
use_pyzor               0

# Mail using languages used in these country codes will not be marked
# as being possibly spam in a foreign language.
# - english hebrew spanish
ok_languages            en he es

# Mail using locales used in these country codes will not be marked
# as being possibly spam in a foreign language.
ok_locales              es



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to