On 06/01/2019 03:24, Lefteris Tsintjelis wrote:
> Is there a possible way to turn off command pipelining completely for
> a whole domain based on DNS? The pipelining-firewalling of yahoo.com
> seems to be broken quite often.
>
> Something like:
>
> yahoo.com    pipelining

I think you're looking for

smtp_discard_ehlo_keyword_address_maps if you want to ignore pipelining
offered by remote servers.

smtpd_discard_ehlo_keyword_address_maps and
postscreen_discard_ehlo_keyword_address_maps to not advertise pipelining
for incoming email.

Only thing is that you'll have to specify ip addresses not domain names,
since dns lookups are not available for these maps.

John

Reply via email to