static-pages/email_autoconfig/thunderbird/autoconfig/mail/config-v1.1.xml

29 lines
1.1 KiB
XML

<!-- autoconfig for Thunderbird as explained here:
https://developer.mozilla.org/en/Thunderbird/Autoconfiguration#Configuration_server_at_ISP
looking in path: http://autoconfig.disroot.org/mail/config-v1.1.xml -->
<clientConfig version="1.1">
<emailProvider id="disroot.org">
<domain>disroot.org</domain>
<displayName>disroot/mail</displayName>
<displayShortName>disrootM</displayShortName>
<incomingServer type="imap">
<hostname>disroot.org</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>disroot.org</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</outgoingServer>
</emailProvider>
</clientConfig>