dkim_verifier icon indicating copy to clipboard operation
dkim_verifier copied to clipboard

Use OS DNS resolver via DNS.jsm

Open lieser opened this issue 4 years ago • 2 comments

Thunderbird provides a DNS.jsm module, which seems to be able to do TXT DNS resolving via the OS provided libraries.

This should probably become the default resolver used by the add-on. Especially because the current default one has some problems (e.g. #136)

lieser avatar Sep 21 '19 16:09 lieser

Does the module provide DNSSEC validation?

ghost avatar Sep 23 '19 06:09 ghost

No, the module currently does not support DNSSEC. Whether the underlying native libraries used (resolv on Linux/Mac, DnsAPI on Windows) do support it I don't know.

Note that it also still has a bug, that makes it currently not suitable to be used in the add-on: https://bugzilla.mozilla.org/show_bug.cgi?id=1583053

lieser avatar Sep 23 '19 19:09 lieser