From 92446fabb536b438ee5b94f3dc254788a18da031 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 12 Dec 2024 15:56:10 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 ++ index.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index e0eebe3098..2e8d52f40c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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. diff --git a/index.html b/index.html index 985e432f73..4b2db91c6f 100644 --- a/index.html +++ b/index.html @@ -2753,7 +2753,7 @@ DNS lookup 108.27.250.142.zen.spamhaus.org ->

Example DNS records (SRV=record type, 0=priority, 1=weight, 993/587=port number):

_imaps._tcp SRV 0 1 993 imap.example.com.
 _submission._tcp SRV 0 1 587 smtp.example.com.
-

Mozilla’s autoconfiguration is supported too, but only if the configuration file is accessible via a secure (https) connection.

+

Mozilla’s 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 and if common email ports (143/993, 465/587) are open.

There is no auto discovery for POP3.