• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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