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

Spamassassin and URIDNSBL

E

ElliotG

Guest
Hi,

I am trying to configure spamassassin to use URIDNSBL. I have placed the entry :

"loadplugin Mail::SpamAssassin::plugin::URIDNSBL"

in the init.pre and/or v310.pre to no avail.

The pluggin is defined in 25_uribl.cf and has scores assigned to it. I have also tried overriding new scores for URIDNSBL entries in the local config.

I am unable to force SA to run the URIDNSBL tests, others tests are working.
 
Hi,

I am trying to configure spamassassin to use URIDNSBL. I have placed the entry :

"loadplugin Mail::SpamAssassin::plugin::URIDNSBL"

in the init.pre and/or v310.pre to no avail.

The pluggin is defined in 25_uribl.cf and has scores assigned to it. I have also tried overriding new scores for URIDNSBL entries in the local config.

I am unable to force SA to run the URIDNSBL tests, others tests are working.

We have got the same problem, i guess Plesk is able to load configuration in init.pre, however cannot find the perl module, and seems there is no tools to debug the Spamassassin scanning while the email is fed from C:\Program Files\SWsoft\Plesk\admin\bin\memailfilter_usr.exe

any suggestion?

PS: I tried to use "C:\Program Files\SWsoft\Plesk\admin\bin\spamassassin.exe" to debug, spamassassin could detect URIDNSBL correctly, but seems it is not used by Plesk.
 
hi there,

not sure if you've resolved it but we've discovered and fixed this issue.

By default plesk spam filter will not run remote tests such as URIDNSBL and so on - very important though from our point of view so you'll have to change the perl script that they wrote:

create a backup of C:\SWsoft\Plesk\Additional\Perl\bin\psa-spam-filter !!!

open the file and search for

local_tests_only=>1

and set the value to 0 (zero), save the file.

Restart plesk management tools, control panel and mail resources - worked for us.

Hope it helps someone else :)
 
Back
Top