diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-06-21 00:04:25 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-06-25 19:32:25 +0100 |
commit | afdb5e9cf07fa49e26e128d8d5d2e3cab7a5fe42 (patch) | |
tree | 90fe9170a04b55b7019964d11773dcfa9e44c215 /test/confs/2099 | |
parent | 5054c4fdb5c5949872020d75beb5722eabe3d1d3 (diff) |
Expansions: A tls option on ${readsocket }. Bug 2282
Diffstat (limited to 'test/confs/2099')
-rw-r--r-- | test/confs/2099 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/confs/2099 b/test/confs/2099 new file mode 100644 index 000000000..ce24e0967 --- /dev/null +++ b/test/confs/2099 @@ -0,0 +1,16 @@ +# Exim test configuration 2019 + +.include DIR/aux-var/tls_conf_prefix + +primary_hostname = myhost.test.ex + +# ----- Main settings ----- + +log_selector = +tls_peerdn + +tls_advertise_hosts = * + +tls_certificate = DIR/aux-fixed/cert1 +tls_privatekey = DIR/aux-fixed/cert1 + +# End |