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

Spam Assassin

J

jwbonez

Guest
When trying to access the Spam Filter icon under the Server menu, I get the following message:

SpamAssassin() constructor failed: Action features failed: Exception has been thrown by the target of an invocation.
Unable read spam config file C:\PROGRA~1\SWsoft\Plesk\ADDITI~1\Perl\site\etc\mail\spamassassin\local.cf: File not found
---------------------- Debug Info -------------------------------
0: C:\Program Files\SWsoft\Plesk\admin\htdocs\server\spamassassin.php:12 psaerror(string "SpamAssassin() constructor failed: Action features failed: Exception has been thrown by the target of an invocation.
Unable read spam config file C:\PROGRA~1\SWsoft\Plesk\ADDITI~1\Perl\site\etc\mail\spamassassin\local.cf: File not found")

I looked for the local.cf file it reports as being missing and could not find a \etc\mail... folder. I did a search on my server for local.cf and couldn't find it either. Any suggestions?
 
Nevermind, another search did reveal a local.cf file on my server. I simply created the folders that the error reported was missing, copied the local.cf file in there and it worked.

Thanks.
 
I got this error:
[root@www root]# /usr/local/psa/admin/sbin/mchk -v
mchk: db_connect: failed to connect to database: Error: Too many connections
mchk: db_connect: failed to connect to database: Error: Too many connections
mchk: Unable to connect to the Plesk database
mchk: Unable to connect to the Plesk database

I have about 400 mailbox, how to solve this?
 
Originally posted by schatje
I got this error:
[root@www root]# /usr/local/psa/admin/sbin/mchk -v
mchk: db_connect: failed to connect to database: Error: Too many connections
mchk: db_connect: failed to connect to database: Error: Too many connections
mchk: Unable to connect to the Plesk database
mchk: Unable to connect to the Plesk database


Same here. Anyone?
 
Replying to myself.

Edit /etc/my.cnf with

[mysqld]
set-variable=max_connections=xxx (where xxx=some_big_number)
 
Back
Top