diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-21 19:36:50 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-22 00:44:05 +0100 |
commit | 59c0959a36649c4554bd0f18f2c2e74571ed41eb (patch) | |
tree | dfa2b31a60ac37596e150dc523a9d5c0a0cbe2d0 /test/scripts/5820-DANE-GnuTLS | |
parent | 8c94e6b324886ec53604d0ebfde61731a3d1adf6 (diff) |
Change the default for hosts_try_dane, enabling use by default
Diffstat (limited to 'test/scripts/5820-DANE-GnuTLS')
-rw-r--r-- | test/scripts/5820-DANE-GnuTLS/5820 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/test/scripts/5820-DANE-GnuTLS/5820 b/test/scripts/5820-DANE-GnuTLS/5820 index d7824a38c..4b5f9dd87 100644 --- a/test/scripts/5820-DANE-GnuTLS/5820 +++ b/test/scripts/5820-DANE-GnuTLS/5820 @@ -103,7 +103,7 @@ Testing **** # ### A server with a mixed-usage set of TLSAs - the EE-mode one failing verify (should deliver, DANE-mode) -# that way round to excersize more code in the implementation +# that way round to exercise more code in the implementation exim -odf CALLER@danemixed.test.ex Testing **** @@ -123,6 +123,15 @@ Testing exim -odf CALLER@danebroken8.example.com Testing **** +killdaemon +# # +sudo rm DIR/spool/db/retry +exim -DSERVER=server -DDETAILS=ca -bd -oX PORT_D +**** +### A server securely serving a wrong TLSA record, dane not requested (delivery should work non-dane) +exim -odf -DCONTROL=: CALLER@danebroken2.test.ex +**** killdaemon +# no_msglog_check |