• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Site wide Spam filtering AND personal settings

L

lpittman

Guest
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:

Code:
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
 
Back
Top