PDA

View Full Version : Site wide Spam filtering AND personal settings


lpittman
24th August 2006, 02:25 PM
Howdy,

I have customized my SpamAssassin configuration to work site-wide. I am somewhat confident that it is working, however not completely positive.

My settings are as follows:

- Server wide settings is enabled
- Personal settings is disabled
- /etc/mail/spamassassin/local.cf:

bayes_store_module Mail::SpamAssassin::BayesStore::SQL
bayes_sql_dsn DBI:mysql:spamassassin:localhost
bayes_sql_username spamassassin
bayes_sql_password spamassassin
bayes_expiry_max_db_size 150000
bayes_auto_expire 1

use_bayes 1
bayes_auto_learn 1
bayes_auto_learn_threshold_nonspam -12.1
bayes_auto_learn_threshold_spam 12.0

required_hits 5
report_safe 0
rewrite_header subject ***SPAM***
required_score 6

#bayes_path /etc/mail/spamassassin/bayes
#bayes_file_mode 0777

The bayes database is being manually populated by yours truley on a somewhat regular basis.

Question 1: Does this configuration look okay to you folks? Can you recommend any changes?

Question 2: Can I go ahead and enable Personal settings to allow a couple of clients to maintain their own settings or will it conflict?

Looking forward to any replies.

Luke

nedry
14th November 2006, 12:13 PM
Were you able to verify that it is working?

Nedry