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