On Tue, Oct 11, 2022 at 01:44:50PM +0100, Jeremy Harris via Exim-users wrote:
> > Currently I do use smtp_accept_reserve / smtp_reserve_hosts to ensure
> > the top sending ips get a free slot and helo_accept_junk_hosts for a few
> > IPs ...
[...]
> All of the notions of the sender's IP should automatically use the one
> that the proxy tells us by using Proxy Protocol. So, no.
I finally managed to test the proxy setup:
All except helo_accept_junk_hosts works well.
helo_accept_junk_hosts just sees the outgoing ip of the proxy (not really an
issue in our setup).
Thnaks