> On 17 Nov 2022, at 8:21 pm, linux...@gmx.net wrote:
> 
> So my question is which directive to put rbl settings in?
> "smtpd_recipient_restrictions" or "smtpd_client_restrictions"?

RBL lookups are "expensive" for both the RBL service and for your
MTA (high query latency ties up more processes).  So the later,
the better, in the hope that cheaper restrictions (or whitelist
criteria) can reach a definitive accept/reject verdict first.

So even with recipient restrictions, apply RBLs as late as possible.

-- 
        Viktor.

Reply via email to