Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

local autodiscover configuration is not trusted

  • 1 përgjigje
  • 0 e kanë hasur këtë problem
  • 99 parje
  • Përgjigjja më e re nga Platform34
  • Open

Hi,

I host a autodiscover config (config-v1.1.xml) on my local mailserver, when I want to add my local mail account to thunderbird it sees the configuration, but throws an error:

Configuration found This configuration is not trusted.

I host a local CA, and have imported the CA root certificate into the android certificate store. But I don't think this is the problem, because Thunderbird doesn't connect to my imap server prior to throwing the error. (this is working, I can browse the local link without any certificate warning)

This is my config-v1.1.xml:

<clientConfig version="1.1">

 <emailProvider id="home.arpa">
   <domain>home.arpa</domain>
   <displayName>Local email server</displayName>
   <displayShortName>local-server</displayShortName>
   <incomingServer type="imap">
     <hostname>mail.home.arpa</hostname>
     <port>993</port>
     <socketType>SSL</socketType>
     <authentication>password-cleartext</authentication>
     <username>%EMAILADDRESS%</username>
   </incomingServer>
   <outgoingServer type="smtp">
     <hostname>mail.home.arpa</hostname>
     <port>465</port>
     <socketType>SSL</socketType>
     <authentication>password-cleartext</authentication>
     <username>%EMAILADDRESS%</username>
   </outgoingServer>
 </emailProvider>

</clientConfig>


I've tried changing "authentication" to other methods, but this doesn't seem to matter.

Any Idea?

Hi, I host a autodiscover config (config-v1.1.xml) on my local mailserver, when I want to add my local mail account to thunderbird it sees the configuration, but throws an error: '''Configuration found This configuration is not trusted.''' I host a local CA, and have imported the CA root certificate into the android certificate store. But I don't think this is the problem, because Thunderbird doesn't connect to my imap server prior to throwing the error. (this is working, I can browse the local link without any certificate warning) This is my config-v1.1.xml: <?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="home.arpa"> <domain>home.arpa</domain> <displayName>Local email server</displayName> <displayShortName>local-server</displayShortName> <incomingServer type="imap"> <hostname>mail.home.arpa</hostname> <port>993</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <outgoingServer type="smtp"> <hostname>mail.home.arpa</hostname> <port>465</port> <socketType>SSL</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </outgoingServer> </emailProvider> </clientConfig> I've tried changing "authentication" to other methods, but this doesn't seem to matter. Any Idea?

Ndryshuar nga maartenjanbakker

Krejt Përgjigjet (1)

Can you create an issue ticket on github for this question please. https://github.com/thunderbird/thunderbird-android/issues

Bëni një pyetje

Duhet të bëni hyrjen te llogaria juaj që t’i përgjigjeni postimeve. Ju lutemi, filloni me një pyetje të re, nëse s’keni ende një llogari.