Change the default of dnssec_request_domains to '*'
[exim.git] / src / src / transports / smtp.c
index c547c87faec807f6f0d166e02b72513bfd8aae00..fe28d860660fcf7affb2b239d5e80e82ce05f223 100644 (file)
@@ -281,7 +281,7 @@ smtp_transport_options_block smtp_transport_option_defaults = {
   .gethostbyname =             FALSE,
   .dns_qualify_single =                TRUE,
   .dns_search_parents =                FALSE,
-  .dnssec = { .request=NULL, .require=NULL },
+  .dnssec = { .request= US"*", .require=NULL },
   .delay_after_cutoff =                TRUE,
   .hosts_override =            FALSE,
   .hosts_randomize =           FALSE,