1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-21 23:32:51 +00:00

Updated FAQ

This commit is contained in:
M66B 2024-12-12 15:56:10 +01:00
parent d8aa6888dd
commit 92446fabb5
2 changed files with 3 additions and 1 deletions

2
FAQ.md
View file

@ -5446,6 +5446,8 @@ _submission._tcp SRV 0 1 587 smtp.example.com.
[Mozilla's autoconfiguration](https://wiki.mozilla.org/Thunderbird:Autoconfiguration) is supported too,
but only if the configuration file is accessible via a secure (https) connection.
The Play Store version of the app will query Mozilla's database only to comply with Play Store policies.
If you want to query your own server on your own domain name, you should install or update to the GitHub version of the app.
FairEmail will also check the [MX record](https://en.wikipedia.org/wiki/MX_record) and if common email ports (143/993, 465/587) are open.

View file

@ -2753,7 +2753,7 @@ DNS lookup 108.27.250.142.zen.spamhaus.org ->
<p>Example DNS records (SRV=record type, 0=priority, 1=weight, 993/587=port number):</p>
<pre><code>_imaps._tcp SRV 0 1 993 imap.example.com.
_submission._tcp SRV 0 1 587 smtp.example.com.</code></pre>
<p><a href="https://wiki.mozilla.org/Thunderbird:Autoconfiguration">Mozillas autoconfiguration</a> is supported too, but only if the configuration file is accessible via a secure (https) connection.</p>
<p><a href="https://wiki.mozilla.org/Thunderbird:Autoconfiguration">Mozillas autoconfiguration</a> is supported too, but only if the configuration file is accessible via a secure (https) connection. The Play Store version of the app will query Mozillas database only to comply with Play Store policies. If you want to query your own server on your own domain name, you should install or update to the GitHub version of the app.</p>
<p>FairEmail will also check the <a href="https://en.wikipedia.org/wiki/MX_record">MX record</a> and if common email ports (143/993, 465/587) are open.</p>
<p>There is no auto discovery for POP3.</p>
<p><br /></p>