On a host lookup name->MX->A->ip sequence, require both stages to
[users/jgh/exim.git] / test / confs / 5850
index ac967fcb8b5242093de288947c1072fabbd4ef11..0b132e29e26a712dfa00115a94a9399c1d4d27f7 100644 (file)
@@ -37,9 +37,11 @@ tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
 begin routers
 
 client:
-  driver = accept
+  driver = dnslookup
   condition = ${if eq {SERVER}{server}{no}{yes}}
-  retry_use_local_part
+#  retry_use_local_part
+  dnssec_request_domains = *
+  self = send
   transport = send_to_server
 
 server:
@@ -54,12 +56,15 @@ begin transports
 send_to_server:
   driver = smtp
   allow_localhost
-  hosts = 127.0.0.1
+#  hosts = 127.0.0.1
   port = PORT_D
 #  tls_certificate = DIR/aux-fixed/cert2
 #  tls_privatekey = DIR/aux-fixed/cert2
 #  tls_verify_certificates = DIR/aux-fixed/cert2
 
+#  hosts_try_dane = *
+  hosts_require_dane = *
+
 
 # ----- Retry -----