diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-19 23:02:27 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-19 23:22:32 +0100 |
commit | 96eb7d2a5b86afec3b66a61a1ba8af82ab0c6d41 (patch) | |
tree | f53bb48d934a9ddc48fec774ee76b9728019901b /test/confs/3461 | |
parent | 12d95aa62042377fc9f603245a17a43142972447 (diff) |
Change the default for hosts_noproxy_tls to unset, enabling continued-TLS deliveries as default
Diffstat (limited to 'test/confs/3461')
-rw-r--r-- | test/confs/3461 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/3461 b/test/confs/3461 index b4843b488..a01a8b20e 100644 --- a/test/confs/3461 +++ b/test/confs/3461 @@ -1,6 +1,7 @@ # Exim test configuration 3461 SERVER = +PEX = : .include DIR/aux-var/tls_conf_prefix @@ -69,6 +70,7 @@ send_to_server: allow_localhost hosts = 127.0.0.1 hosts_try_auth = * + hosts_noproxy_tls = PEX port = PORT_D tls_try_verify_hosts = : |