• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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