Thunderbird, lors de la configuration d'un nouveau compte mail, tente de télécharger un fichier d'auto-configuration à l'adresse :
http://autoconfig.domaine.tld/mail/config-v1.1.xml
Ce fichier contient le paramétrage du serveur entrant et sortant principalement.
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="caron-immobilier.com"> <domain>domaine.tld</domain> <displayName>Mail Domaine.tld</displayName> <displayShortName>Domaine</displayShortName> <incomingServer type="imap"> <hostname>imap.domaine.tld</hostname> <port>993</port> <socketType>SSL</socketType> <username>%EMAILLOCALPART%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.domaine.tld</hostname> <port>25</port> <socketType>STARTTLS</socketType> <authentication>password-cleartext</authentication> <username>%EMAILLOCALPART%</username> </outgoingServer> </emailProvider> </clientConfig>
Variables de remplacement :
Type d'authentification :
Remarque : Thunderbird 3.0 accepte uniquement “plain” and “secure”. Il ignora toute mauvaise valeur sinon.
Lien : https://wiki.mozilla.org/Thunderbird:Autoconfiguration:ConfigFileFormat