diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-07 15:37:18 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-05-07 18:38:35 +0100 |
commit | b7e4352c99fe3dee2af93f06ef0ac74ee355d5ea (patch) | |
tree | 7f46d3980607d9a4aa57498a6dad9aece4dfecfe /test/confs/5840 | |
parent | 5d6bdf01a921a88030e9baec7ba5f238da90e979 (diff) |
Testsuite: add DANE testcase for TLSA lookup SERVFAIL
Diffstat (limited to 'test/confs/5840')
-rw-r--r-- | test/confs/5840 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/5840 b/test/confs/5840 index ac3578dc9..01c114252 100644 --- a/test/confs/5840 +++ b/test/confs/5840 @@ -61,10 +61,10 @@ begin transports send_to_server: driver = smtp allow_localhost - port = PORT_D + port = ${if match {$host}{\Ntest.ex$\N} {PORT_D}{25}} hosts_try_dane = * - hosts_require_dane = !thishost.test.ex + hosts_require_dane = HOSTIPV4 tls_verify_cert_hostnames = ${if eq {OPT}{no_certname} {}{*}} tls_try_verify_hosts = thishost.test.ex tls_verify_certificates = CDIR2/ca_chain.pem |