Viktor Dukhovni: > On Tue, Feb 14, 2023 at 09:43:33AM -0500, Wietse Venema wrote: > > > While we're on the topic of DANE, is there any reason why TLSA info > > is never looked up for destinations specified as [domain-name]? > > That's not what I see. > > $ postmap -q dnssec-stats.ant.isi.edu cdb:transport > smtp:[dnssec-stats.ant.isi.edu] > > $ sendmail -f $sender -bv ...@dnssec-stats.ant.isi.edu
Good. Then that will not be affected by SRV lookups. But now I find that posttls-finger has its own smtp_domain_addr() like function for MX record lookup. There will also be need to be an smtp_service_addr() like function for SRV record lookup. Wietse