Curtis Villamizar:
> Since I enabled postscreen (with soft_bounce=yes in master.cf) I was
> getting logs of this form:
>
> Apr 9 01:08:12 mta1 postfix/postscreen[18326]:
> NOQUEUE: reject: RCPT from [2607:f8b0:4002:c05::22d]:32999:
> 450 4.3.2 Service currently unavailable;
> from=<[email protected]>, to=<REDACTED>,
> proto=ESMTP, helo=<mail-yw0-x22d.google.com>
DO NOT turn on the after-220 tests:
postscreen_non_smtp_command_enable = no
postscreen_pipelining_enable = no
postscreen_bare_newline_enable = no
Wietse