368a369,399 >

Here is another example for stress adaptive behaviour, which will > immediately disconnect clients with unknown hostnames under conditions > of stress:

> >
>
> 1  /etc/postfix/main.cf:
> 2      smtpd_delay_reject = ${stress?no}${stress:yes}
> 3      unknown_client_reject_code = ${stress?421}${stress:450}
> 4      smtpd_client_restrictions = ${stress?reject_unknown_client_hostname}
> 
>
> >

Translation:

> >

> >