• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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