Patrick Domack:
> Quoting Wietse Venema <[email protected]>:
>
> > Patrick Ben Koetter:
> >> - Do not delay on port 25 for MTA to MTA communication
> >
> > With this. the sysadmin has no clue about what mail is blocked.
> > Even postscreen goes through great efforts to report the
> > sender and recipient of blocked mail.
>
> Along these lines, would patching the enforce blacklist, so that it
> logs the from/to without doing dnsbl's be useful? I can't think of a
This replaces one hard-coded behavior (apply all configured tests)
with different hard-coded behavior (skip some arbitrary subset of
configured tests), making postfix more difficult to understand, in
the hope of achieving a minor performance optimization.
The reason to apply all configured tests is to find out how effective
all tests are, even if a bot is blocked by the first one.
Wietse