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

SpamAssasin does not filter mails after update

S

svalerie

Guest
Hello as mentioned in http://forum.swsoft.com/showthread.php?t=56922 there is a problem with SpamAssassin after update - i put this issue to a new thread to be handled. We have the same problem in the .qmail files is no reference to SpamAssassin.

If you look in /var/qmail/mailnames/domain.com/mailname/.qmail file it only contains:

| true
| /usr/bin/deliverquota ./Maildir

It used to contain:

| /usr/local/psa/bin/psa-spamc reject
| true
| /usr/bin/deliverquota ./Maildir


SpamAssassin is switched on in the conroll panel ...

Anybody has an idea how to solve?

@Parallels When is there an fix available?
 
Deactivate / Activate

I activated and deactivated for each account the SpamAssassin setting (off/on). Afterwards it seems to work again.

X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on ...
 
Hello as mentioned in http://forum.swsoft.com/showthread.php?t=56922 there is a problem with SpamAssassin after update - i put this issue to a new thread to be handled. We have the same problem in the .qmail files is no reference to SpamAssassin.

If you look in /var/qmail/mailnames/domain.com/mailname/.qmail file it only contains:

| true
| /usr/bin/deliverquota ./Maildir

It used to contain:

| /usr/local/psa/bin/psa-spamc reject
| true
| /usr/bin/deliverquota ./Maildir


SpamAssassin is switched on in the conroll panel ...

Anybody has an idea how to solve?

@Parallels When is there an fix available?

Plesk moved this functionality from the .qmail files to a qmail-queue hook. It is compiled in the code so I can tell you exactly how they are doing it but I know that they are calling all the functions like spamassassin as the mail hits the queue and not the .qmail files.
 
Back
Top