-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thunderbird Offline Mode #129
Comments
Until a proper handling of the offline mode is added, you can enable the |
With this setting, it resets the DNS server "back to alive" in offline mode, but cannot connect to the nameserver again. authResult: ({version:"2.1", dkim:[{version:"2.0", result:"TEMPFAIL", sdid:"xxxxx.de", auid:"newsletter@xxxxx.de", selector:"mailjet", errorType:"DKIM_DNSERROR_SERVER_ERROR", res_num:20, result_str:"Fehler bei der Verbindung zum DNS-Server", favicon:(void 0)}]}) But this is not urgent. It can be mitigated by storing the verifier results until the next online session. EDIT: If you use libunbound, it also works offline. The wiki explains how to do it. |
Note that the default JSDNS resolver uses Thunderbird for the network communication. As you are in offline mode, network communication is disabled by Thunderbird itself (connection fails with As libunbound uses the underlying OS directly for the network, it is not affected by Thunderbird's offline mode. If you are often in offline mode, I would recommend you to enable the caching of the DKIM keys, if you haven't already. |
Still have to actually test it but seems like the |
- No DNS queries are done if Thunderbird is in the offline mode - DNS configuration is rest after Thunderbird goes back online
The addon now detects if Thunderbird is in the offline mode and if it goes back to online. This means for both DNS resolvers:
|
If I start in offline mode OR switch to it, the DKIM verifier states that it cannot connect to the DNS server. Even if I put Thunderbird back into online mode.
Maybe this can be fixed that the verifier starts working again when I return to online mode?
__
Thunderbird 60.2.1 (Ubuntu Bionic [18.04LTS]) and DKIM Verifier 2.0.0
The text was updated successfully, but these errors were encountered: