On 10/17/2019 5:19 AM, (lists) Denis BUCHER wrote:
I suppose that it would be more correct this way :* smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/recipient_access * smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination Is that right ?
Yes. Also, once you're confirmed that postfix is working the way you intend, the defer_unauth_destination safety net should be changed to reject_unauth_destination.
-- Noel Jones