Mine looks like this: (oh if you run a mailserver which receives 3-5 messagse a second I'd turn bayes off!).  The larger aned more rules you have the more it'll chew up your memory available.
 
use_auto_whitelist 0
lock_method flock
report_safe  0
dns_available yes
skip_rbl_checks 1
required_hits 5.5
rewrite_header Subject ***POSSIBLE SPAM***(_SCORE_)
use_bayes 1
bayes_file_mode 0700
bayes_path /etc/mail/spamassassin/.spamassassin/bayes
bayes_auto_learn 1
bayes_auto_learn_threshold_spam 8.0
bayes_auto_learn_threshold_nonspam -2.5
bayes_min_ham_num 10
bayes_min_spam_num 10
use_razor2 1
razor_timeout 5
ok_locales en
trusted_networks 111.111.111.111/19
######
score FORGED_RCVD_HELO 1
score NO_REAL_NAME 1
score NO_DNS_FOR_FROM 1
score RCVD_NUMERIC_HELO 1
score MISSING_HEADERS 1
 
 
----- Original Message -----
Sent: Wednesday, August 23, 2006 12:48 PM
Subject: Re: [qmailtoaster] SA bayes database issues

Justice London wrote:

The permissions are set when the files are created.  Directory/file permissions are:

drwx------   2 vpopmail vchkpw   61 Aug 23 10:33 .

drwxr-xr-x  12 vpopmail vchkpw 4.0K Aug  9 08:27 ..

-rw-------   1 vpopmail vchkpw  40M Aug 23 10:33 auto-whitelist

-rw-------   1 vpopmail vchkpw 160K Aug 23 10:33 bayes_seen

-rw-------   1 vpopmail vchkpw 5.0M Aug 23 10:33 bayes_toks

Same here. Okay, wanted to make sure. I have not run into this problem, but I'm probably also defining a few more config variables than you are:

<---snip--->
use_bayes 1
bayes_file_mode 0700
#bayes_path /root/.spamassassin/bayes
bayes_path /etc/mail/spamassassin/.spamassassin/bayes
bayes_auto_learn_threshold_spam 8.0
bayes_auto_expire 1
#use_dcc 1
use_auto_whitelist 1
auto_whitelist_file_mode 0700
#auto_whitelist_path /root/.spamassassin/auto-whitelist
auto_whitelist_path /etc/mail/spamassassin/.spamassassin/auto-whitelist
<---snip--->

Reply via email to