diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-21 23:22:16 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-21 23:30:57 +0100 |
commit | 4cea764f3d43217b9b7046310fc1567c4d63c01e (patch) | |
tree | 4ad62b47f0a9a384b0be5632732b1990a9dbafa3 /test/scripts | |
parent | da830d08f8803b3871bd84f33a09b01c8be1e902 (diff) |
Fix DANE for multiple-MX when all TLSA lookup defer. Bug 1634
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/5840-DANE-OpenSSL/5840 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/scripts/5840-DANE-OpenSSL/5840 b/test/scripts/5840-DANE-OpenSSL/5840 index deff4a6a4..e031b5d8f 100644 --- a/test/scripts/5840-DANE-OpenSSL/5840 +++ b/test/scripts/5840-DANE-OpenSSL/5840 @@ -54,3 +54,15 @@ 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) +exim -odq CALLER@mxdanelazy.test.ex +Testing +**** +exim -qf +**** +killdaemon +no_msglog_check |