• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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