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/stderr/5820 | |
parent | 8c94e6b324886ec53604d0ebfde61731a3d1adf6 (diff) |
Change the default for hosts_try_dane, enabling use by default
Diffstat (limited to 'test/stderr/5820')
-rw-r--r-- | test/stderr/5820 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/stderr/5820 b/test/stderr/5820 index 84005afe3..f218f0c51 100644 --- a/test/stderr/5820 +++ b/test/stderr/5820 @@ -9,7 +9,7 @@ >>> host in helo_verify_hosts? no (option unset) >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) ->>> processing "accept" (TESTSUITE/test-config 85) +>>> processing "accept" (TESTSUITE/test-config 86) >>> check verify = recipient/callout >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>> routing rcptuser@dane256ee.test.ex @@ -80,6 +80,7 @@ LOG: unexpected disconnection while reading SMTP command from [127.0.0.1] D=qqs ### A server with a mixed-usage set of TLSAs - the EE-mode one failing verify (should deliver, DANE-mode) ### A server with a name not matching the cert. TA-mode; should fail ### A server with a name not matching the cert. EE-mode; should deliver and claim DANE mode +### A server securely serving a wrong TLSA record, dane not requested (delivery should work non-dane) ******** SERVER ******** ### TLSA (3 1 1) (DANE-EE SPKI SHA2-256) @@ -102,3 +103,4 @@ LOG: unexpected disconnection while reading SMTP command from [127.0.0.1] D=qqs ### A server with a mixed-usage set of TLSAs - the EE-mode one failing verify (should deliver, DANE-mode) ### A server with a name not matching the cert. TA-mode; should fail ### A server with a name not matching the cert. EE-mode; should deliver and claim DANE mode +### A server securely serving a wrong TLSA record, dane not requested (delivery should work non-dane) |