• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Resolved Spamassassin - No DNS Functions

DataPacket

New Pleskian
I'm encountering challenges while configuring SpamAssassin on Windows Server 2019. SpamAssassin is integrated by Plesk with MailEnable. The primary issue is with DNS-related functions, notably RBL (Real-time Blackhole List) lookups, which are not performing as expected. This malfunction is leading to suboptimal spam filtering effectiveness.

The current results from SpamAssassin are limited, as indicated by the X-Spam-Status header from a sample email:

X-Spam-Status: Yes, score=9.6 required=8.0 tests=APP_DEVELOPMENT_NORDNS,
BITCOIN_DEADLINE,BITCOIN_YOUR_INFO,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,
NORDNS_LOW_CONTRAST,UPGRADE_MAILBOX autolearn=no autolearn_force=no
version=3.4.5

In this output, it's evident that only basic tests are being applied, and DNS-based checks seem to be missing or not functioning.



When I performed a test using Perl and the SpamAssassin binary provided by Plesk, the results appeared normal, indicating a broader range of tests being applied effectively. Here's an example of the X-Spam-Status header from this setup:

X-Spam-Status: Yes, score=23.3 required=8.0 tests=END_FUTURE_EMAILS,
FROM_DOMAIN_NOVOWEL,GOOG_STO_IMG_HTML,HTML_MESSAGE,MIME_HTML_ONLY,
MIME_QP_LONG_LINE,PLING_QUERY,RCVD_IN_0SPAM,RCVD_IN_0SPAM_NBL,
RCVD_IN_BAD_VIRUSFREE,RCVD_IN_BARRACUDA,RCVD_IN_BIP_VIRUSFREE,
RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_HOSTKARMA_BL,RCVD_IN_MSPIKE_BL,
RCVD_IN_MSPIKE_L5,RCVD_IN_SBL_CSS,RCVD_IN_SORBS_SAFE,RCVD_IN_TRUNCATE,
RCVD_IN_ZAPBL,SPF_HELO_PASS,T_KAM_HTML_FONT_INVALID autolearn=no
autolearn_force=no version=3.4.5

This disparity suggests an issue specific to the Plesk SpamAssassin setup on Windows Server. Any insights or solutions would be greatly appreciated.
 
I'm running Plesk Obsidian Version 18.0.57 Update #2, I think I posted in the wrong section. Please move if possible.
 
I've successfully resolved the issue, which stemmed from a notable configuration oversight in Plesk's SpamAssassin under Windows Server. It might be beneficial to address this in future Plesk updates for the convenience of other users.

The key change involved the 'psa-spam-filter' file located in Plesk\Additional\SpamAssassin\bin. Initially, the setting for 'local tests' was enabled ('local-tests-only' => 1). Altering this setting from 1 to 0 ('local-tests-only' => 0) - a modification present in several lines of the file - remedied the problem, and SpamAssassin is now functioning as expected.

It's important to note that, by default install, only local tests are activated in this configuration, which severely limits SpamAssassin.

Note: this post should probably be in the Plesk Obsidian for Windows section, not Linux.
 
Back
Top