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/2013 | |
parent | 12d95aa62042377fc9f603245a17a43142972447 (diff) |
Change the default for hosts_noproxy_tls to unset, enabling continued-TLS deliveries as default
Diffstat (limited to 'test/confs/2013')
-rw-r--r-- | test/confs/2013 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/confs/2013 b/test/confs/2013 index 208e17c41..4c9fcd3e8 100644 --- a/test/confs/2013 +++ b/test/confs/2013 @@ -1,6 +1,7 @@ # Exim test configuration 2013 SERVER = +PEX = : .include DIR/aux-var/tls_conf_prefix @@ -65,7 +66,7 @@ send_to_server: allow_localhost hosts_override hosts = 127.0.0.1 - hosts_noproxy_tls = : + hosts_noproxy_tls = PEX port = PORT_D tls_try_verify_hosts = : |