diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-04-03 21:37:01 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-04-04 23:33:21 +0100 |
commit | cb45303cf2a8d9922702f13db42b3285c48f6aa7 (patch) | |
tree | 55483617237f8d9aa6c81c369f302687571db6ca /test/scripts/4050-pipe-conn | |
parent | a9231f68f7c21597260c867dc6f7ad6207a4baf1 (diff) |
Support PIPECONNECT with helo_data using the local IP, when interface is known.
Diffstat (limited to 'test/scripts/4050-pipe-conn')
-rw-r--r-- | test/scripts/4050-pipe-conn/4051 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/scripts/4050-pipe-conn/4051 b/test/scripts/4050-pipe-conn/4051 index dd5f4c7a8..e06bf5c7e 100644 --- a/test/scripts/4050-pipe-conn/4051 +++ b/test/scripts/4050-pipe-conn/4051 @@ -64,6 +64,15 @@ exim -DCONTROL=127.0.0.1 -DHELO_MSG='$sending_ip_address' -q exim -DNOTDAEMON -DSERVER=server -q **** # +# ... unless the connection is bound to a specified interface +exim helo_data_bound@test.ex +Subject test 6 +**** +exim -DCONTROL=127.0.0.1 -DHELO_MSG='$sending_ip_address' -DBB=127.0.0.1 -q +**** +exim -DNOTDAEMON -DSERVER=server -q +**** +# # killdaemon no_msglog_check |