Christian R??ner:
> In the RELEASE_NOTES:
>
> - Milter clients and policy clients with non-default settings:
> smtpd_milters = {inet:host:port, timeout=xxx, default_action=yyy}, ...
This is now implemented for Milters. The supported attributes are
command_timeout, connect_timeout, content_timeout, default_action,
and protocol. These have the same names as the corresponding main.cf
parameters, minus the "milter_" prefix.
Implementing this for policy protocol clients will be easy, because
all the hard work happens in a new Postfix library function.
Wietse