[exim-dev] [Bug 1813] Proxy variable names have changed

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1813] Proxy variable names have changed
https://bugs.exim.org/show_bug.cgi?id=1813

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #2 from Git Commit <git@???> ---
Git commit:
http://git.exim.org/exim.git/commitdiff/d223e9344978ee88ad04a231f00f7540d2b841e2

commit d223e9344978ee88ad04a231f00f7540d2b841e2
Author:     Andrew Colin Kissa <andrew@???>
AuthorDate: Fri Apr 8 14:56:43 2016 +0200
Commit:     Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Fri Apr 8 15:20:00 2016 +0200


    Doc: change in proxy variable names. Bug 1813
---
 doc/doc-docbook/spec.xfpt | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 5eb3d19..b670c1f 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -12139,10 +12139,10 @@ a single-component name, Exim calls
&[gethostbyname()]& (or
qualified host name. See also &$smtp_active_hostname$&.


-.vitem &$proxy_host_address$& &&&
-       &$proxy_host_port$& &&&
-       &$proxy_target_address$& &&&
-       &$proxy_target_port$& &&&
+.vitem &$proxy_external_address$& &&&
+       &$proxy_external_port$& &&&
+       &$proxy_local_address$& &&&
+       &$proxy_local_port$& &&&
        &$proxy_session$&
 These variables are only available when built with Proxy Protocol
 or Socks5 support
@@ -38207,13 +38207,13 @@ The following expansion variables are usable
 (&"internal"& and &"external"& here refer to the interfaces
 of the proxy):
 .display
-&'proxy_host_address   '& internal IP address of the proxy
-&'proxy_host_port      '& internal TCP port of the proxy
-&'proxy_target_address '& external IP address of the proxy
-&'proxy_target_port    '& external TCP port of the proxy
+&'proxy_external_address   '& IP of host being proxied or IP of remote
interface of proxy
+&'proxy_external_port      '& Port of host being proxied or Port on remote
interface of proxy
+&'proxy_local_address '& IP of proxy server inbound or IP of local interface
of proxy
+&'proxy_local_port    '& Port of proxy server inbound or Port on local
interface of proxy
 &'proxy_session        '& boolean: SMTP connection via proxy
 .endd
-If &$proxy_session$& is set but &$proxy_host_address$& is empty
+If &$proxy_session$& is set but &$proxy_external_address$& is empty
 there was a protocol error.


Since the real connections are all coming from the proxy, and the

--
You are receiving this mail because:
You are on the CC list for the bug.