Hi list,

I have a quick question regarding SMTP pipelining:

I'd like to stop remote clients from using unauthorized pipelining.  On
an older server, I had the following restriction:

        /etc/postfix/main.cf
                smtpd_data_restrictions = reject_unauth_pipelining
                        . . .

.. however I have a recent server (Postfix 3.10), and I noticed that:
smtpd_forbid_unauth_pipelining is enabled by default on Postfix >= 3.9.

Does having: smtpd_forbid_unauth_pipelining enabled mean that having a:
smtpd_data_restrictions with: reject_unauth_pipelining is redundant ?

Thanks

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

Reply via email to