Updated FAQ

master
M66B 1 week ago
parent e64b120b1f
commit 47c81d8194

@ -1699,6 +1699,9 @@ The error *... Invalid ID Token Issued at time is more than 10 minutes before or
means that the clock time of the device deviates too much from the clock time of the email server. means that the clock time of the device deviates too much from the clock time of the email server.
Please make sure the clock time, including the time zone, of the device is correct. Please make sure the clock time, including the time zone, of the device is correct.
The error *... No close_notify alert received before connection closed ...* means that the email server of something between the email server and the app didn't proper close a secure connection.
This is an error in the SSL/TLS protocol implementation. It is typically caused by a faulty VPN implementation. So, if there is a VPN app active, please try to disable it.
Please [see here](#faq4) for the errors *... Untrusted ... not in certificate ...*, *... Invalid security certificate (Can't verify identity of server) ...* or *... Trust anchor for certification path not found ...* Please [see here](#faq4) for the errors *... Untrusted ... not in certificate ...*, *... Invalid security certificate (Can't verify identity of server) ...* or *... Trust anchor for certification path not found ...*
Please [see here](#faq127) for the error *... Syntactically invalid HELO argument(s) ...*. Please [see here](#faq127) for the error *... Syntactically invalid HELO argument(s) ...*.

@ -1048,6 +1048,7 @@ Visit https://aka.ms/smtp_auth_disabled for more information.</code></pre>
<p>The error <em>… NO mailbox selected READ-ONLY …</em> indicates <a href="https://sebastian.marsching.com/wiki/Network/Zimbra#Mailbox_Selected_READ-ONLY_Error_in_Thunderbird">this Zimbra problem</a>.</p> <p>The error <em>… NO mailbox selected READ-ONLY …</em> indicates <a href="https://sebastian.marsching.com/wiki/Network/Zimbra#Mailbox_Selected_READ-ONLY_Error_in_Thunderbird">this Zimbra problem</a>.</p>
<p>The Outlook specific error <em>… Command Error. 10 …</em> probably means that the OAuth token expired or was invalidated. Authenticating the account again with the quick setup wizard will probably resolve this condition. Another possible cause is a bug in an older Exchange version, please <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=886261">see here</a>. In this case the system administrator needs to update the server software.</p> <p>The Outlook specific error <em>… Command Error. 10 …</em> probably means that the OAuth token expired or was invalidated. Authenticating the account again with the quick setup wizard will probably resolve this condition. Another possible cause is a bug in an older Exchange version, please <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=886261">see here</a>. In this case the system administrator needs to update the server software.</p>
<p>The error <em>… Invalid ID Token Issued at time is more than 10 minutes before or after the current time …</em> means that the clock time of the device deviates too much from the clock time of the email server. Please make sure the clock time, including the time zone, of the device is correct.</p> <p>The error <em>… Invalid ID Token Issued at time is more than 10 minutes before or after the current time …</em> means that the clock time of the device deviates too much from the clock time of the email server. Please make sure the clock time, including the time zone, of the device is correct.</p>
<p>The error <em>… No close_notify alert received before connection closed …</em> means that the email server of something between the email server and the app didnt proper close a secure connection. This is an error in the SSL/TLS protocol implementation. It is typically caused by a faulty VPN implementation. So, if there is a VPN app active, please try to disable it.</p>
<p>Please <a href="#faq4">see here</a> for the errors <em>… Untrusted … not in certificate …</em>, <em>… Invalid security certificate (Cant verify identity of server) …</em> or <em>… Trust anchor for certification path not found …</em></p> <p>Please <a href="#faq4">see here</a> for the errors <em>… Untrusted … not in certificate …</em>, <em>… Invalid security certificate (Cant verify identity of server) …</em> or <em>… Trust anchor for certification path not found …</em></p>
<p>Please <a href="#faq127">see here</a> for the error <em>… Syntactically invalid HELO argument(s) …</em>.</p> <p>Please <a href="#faq127">see here</a> for the error <em>… Syntactically invalid HELO argument(s) …</em>.</p>
<p>Please <a href="#faq41">see here</a> for the error <em>… Handshake failed …</em>.</p> <p>Please <a href="#faq41">see here</a> for the error <em>… Handshake failed …</em>.</p>

Loading…
Cancel
Save