Stefan Foerster:
> * Wietse Venema <[email protected]>:
> > Patrick Ben Koetter:
> > > When a message reenters from an instance that uses XFORWARD, for example
> > > amavis, will Postfix count the IP used twice and, for example,
> > > add that to smtpd_client_recipient_rate_limit?
> >
> > Rate limits apply to the real client IP address not the forwarded one,
> > subject to $smtpd_client_event_limit_exceptions.
>
> Does the same apply to XCLIENT?
It does not apply to clients can send XCLIENT, but it should
apply to the clients that are being impersonated with XCLIENT.
Once a client is impersonated, the smtpd_authorized_xclient_hosts
setting is re-evaluated, and the session runs as if the client
just connected (except that an already negotiated TLS session
is kept).
Wietse