Skip to content

Fix clients being blocked by RBLs (#7431)

Valid users submitting mail to be delivered should not be blocked by configured RBLs.

Settings in main.cf are valid and used globally, unless they are overridden in master.cf for specific Postfix daemons. We have set in main.cf the smtp_client_restrictions parameter to check for configured rbls, so we need to override that and empty it in order to allow valid clients to send mail, even when their IP is listed in an RBL.

Note: most users will typically be connecting via VPN, so their IP would typically be replaced by the VPN gateway one, but there are cases where this is still useful.

Change-Id: Ie4171113c78ae2814402a1ed9b5343280cbf79d1

Merge request reports