Add options dnssec_request_domains, dnssec_require_domains to the dnslookup router
[users/heiko/exim.git] / src / src / verify.c
index 690bb8f011e7071e00a9f7d65dae0993534af0ad..f799ff1debc620e18115fa7ff2547da566417a40 100644 (file)
@@ -1750,6 +1750,7 @@ while (addr_new != NULL)
                 (void)host_find_byname(host, NULL, flags, &canonical_name, TRUE);
               else
                 (void)host_find_bydns(host, NULL, flags, NULL, NULL, NULL,
+                 NULL, NULL,   /*XXX todo: dnssec */
                   &canonical_name, NULL);
               }
             }
@@ -3546,7 +3547,7 @@ revadd[0] = 0;
 
 /* In case this is the first time the DNS resolver is being used. */
 
-dns_init(FALSE, FALSE);
+dns_init(FALSE, FALSE, FALSE); /*XXX dnssec? */
 
 /* Loop through all the domains supplied, until something matches */