On 2023-04-18 12:49, Viktor Dukhovni via Postfix-users wrote:
On Tue, Apr 18, 2023 at 10:35:22AM +0800, tom--- via Postfix-users wrote:

So my question is, smtp code 450 will cause the sender to retry delivery
to secondary MX?

Yes, if the client is a legitimate MTA, less common with a junk-sending
botnet.  Once you're confident your restriction settings are sound:

    plaintext_reject_code = 550
    unknown_address_reject_code = 550
    unknown_client_reject_code = 550
    unknown_hostname_reject_code = 550
    unverified_recipient_reject_code = 550
    unverified_sender_reject_code = 550


Thank you Viktor. i have copied them into my main.cf.

_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to