diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-22 18:32:04 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-22 18:32:04 +0100 |
commit | 6aa849d3880096db053d1871e33a79e43571ab18 (patch) | |
tree | d162e3c8d2629090e06833b7607349931dc48f6e /test/scripts/5840-DANE-OpenSSL | |
parent | 4cea764f3d43217b9b7046310fc1567c4d63c01e (diff) |
DANE: do not fail/defer message due to TLSA lookup but dane is only requested
Diffstat (limited to 'test/scripts/5840-DANE-OpenSSL')
-rw-r--r-- | test/scripts/5840-DANE-OpenSSL/5840 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/test/scripts/5840-DANE-OpenSSL/5840 b/test/scripts/5840-DANE-OpenSSL/5840 index e031b5d8f..143bf615b 100644 --- a/test/scripts/5840-DANE-OpenSSL/5840 +++ b/test/scripts/5840-DANE-OpenSSL/5840 @@ -55,13 +55,20 @@ exim -DOPT=no_certname -qf killdaemon # # -# A server with two MXs for which both TLSA lookups return defer exim -DSERVER=server -DDETAILS=ee -bd -oX PORT_D **** -# TLSA (3 1 2) +# A server with two MXs for which both TLSA lookups return defer exim -odq CALLER@mxdanelazy.test.ex Testing **** +# A server lacking a TLSA, required +exim -odq CALLER@dane.no.1.test.ex +Testing +**** +# A server lacking a TLSA, requested only +exim -odq CALLER@dane.no.2.test.ex +Testing +**** exim -qf **** killdaemon |