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/confs/4050 | |
parent | a9231f68f7c21597260c867dc6f7ad6207a4baf1 (diff) |
Support PIPECONNECT with helo_data using the local IP, when interface is known.
Diffstat (limited to 'test/confs/4050')
-rw-r--r-- | test/confs/4050 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/confs/4050 b/test/confs/4050 index fd3d7db54..2523328f7 100644 --- a/test/confs/4050 +++ b/test/confs/4050 @@ -60,6 +60,9 @@ begin transports smtp: driver = smtp +.ifdef BB + interface = BB +.endif hosts_try_fastopen = : hosts_pipe_connect = CONTROL .ifdef HELO_MSG |