On Mon, Nov 18, 2019 at 09:40:24PM +0000, Nick wrote: > Why did reject_unauth_destination (line 11) only take effect after the > probe (line 8, if that's what it is) and after check_policy_service > (line 10)?
Because Postfix evaluates smtpd_relay_restrictions *after* it checks smtpd_recipient_restrictions. > Did smtpd_relay_restrictions apply only after > smtpd_recipient_restrictions? Yes. -- Viktor