https://bugs.exim.org/show_bug.cgi?id=2656
Bug ID: 2656
Summary: proxy protocol support doesn't work in -bh
(host_checking) mode
Product: Exim
Version: 4.94
Hardware: All
OS: All
Status: NEW
Severity: bug
Priority: medium
Component: ACLs
Assignee: jgh146exb@???
Reporter: hs@???
CC: exim-dev@???
When testing Exim in -bh mode (e.g. using Swaks), the inbound proxy protocol
support is broken.
```
host in helo_verify_hosts? no (option unset)
host in helo_try_verify_hosts? no (option unset)
host in helo_accept_junk_hosts? no (option unset)
host in hosts_proxy? yes (matched "1.2.3.4")
Detected proxy protocol configured host
Failure to extract proxied host, only QUIT allowed
host in pipelining_connect_advertise_hosts? yes (matched "*")
SMTP>> 220 x1.schlittermann.de ESMTP Exim 4.94-125-f093e580a Fri, 02 Oct 2020
00:07:21 +0200
```
Before sending the banner, Exim should read the Proxy protocol header from the
proxy host.
--
You are receiving this mail because:
You are on the CC list for the bug.