X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2f680c0c44778f97c056fb06d60fb03f4cf69c31..9e716cdf98e2c9e771471249a6b75e7481a54b0b:/doc/doc-docbook/spec.xfpt diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 5eb3d1909..15e36f7ac 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 @@ -26901,7 +26901,8 @@ Documentation of the strings accepted may be found in the GnuTLS manual, under &url(http://www.gnutls.org/manual/html_node/Priority-Strings.html), but beware that this relates to GnuTLS 3, which may be newer than the version installed on your system. If you are using GnuTLS 3, -&url(http://www.gnutls.org/manual/gnutls.html#Listing-the-ciphersuites-in-a-priority-string, then the example code) +then the example code +&url(http://www.gnutls.org/manual/gnutls.html#Listing-the-ciphersuites-in-a-priority-string) on that site can be used to test a given string. For example: @@ -38207,13 +38208,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