• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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