• 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.

SpamAssassin not using spamfilter_preferences

N

Nerion@

Guest
Hallo,

I have got a Problem. When I added some entrys in spamfilter_preferences, SpamAssassin not using this.

When I add some Blacklist or Whitelist over the Plesk Web Interface for example the Domain *@test.de will be added to the Database and to the local.cf so SpamAssassin working.

But I have got a script adding the Blacklisted Domains only to the Database and so SpamAssassin not using this entrys.

How can I say to SpamAssassin that it have to use the spamfilter_preferences Table?

Thank you
 
I tried something like this

Code:
user_scores_dsn                  DBI:mysql: psa:localhost:3306
user_scores_sql_password         ***
user_scores_sql_username         ***
user_scores_sql_custom_query     SELECT preference, value FROM spamfilter_preferences WHERE spamfilter_id = 1 ORDER BY spamfilter_id ASC

But don't work. I think spamd have to start with the -q option. But where do I say that spamd have to start with -q.

Thank you
 
Back
Top