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

Cannot use DNSBL & SMTP auth with Postifx

C

ChristopheP

Guest
The main problem when you enable DNSBL with Postifx if that it will generate a conf like:

smtpd_client_restrictions = reject_rbl_client pbl.spamhaus.org, permit_mynetworks, permit_sasl_authenticated

The problem is that 'reject_rbl_client pbl.spamhaus.org' appears in first, so most people using their normal ISP DSL connection cannot even get a chance to authenticate.

'reject_rbl_client pbl.spamhaus.org' should be placed at the end of the line, not at the beginning.
 
It's been this way for ages :(

I agree the RBLs should be last in the line (I use some whitelists first).

Nice if they did fix this but I am not holding my breath :(
 
I have forwarded this information to developers. I will update this thread with their answer as soon as I receive it.
 
Thanks IgorG.

If it's updated so any mail changes the RBLs are put at the end of anything already there, the issue will be fixed.
 
any news about this BIG concern ? It can't take more than 2 hours to fix this, it's just about making 1 variable appear before the other in template file.
 
Back
Top