adds thunderbird autoconfig

This commit is contained in:
Timm Szigat 2016-01-31 19:40:12 +01:00
parent 26cbf39f61
commit ed956955ce
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<?xml version="1.0"?>
<clientConfig version="1.1">
<emailProvider id="domain.tld">
<domain>chaospott.de</domain>
<displayName>chaospott mailserver</displayName>
<displayShortName>chaospott</displayShortName>
<incomingServer type="imap">
<hostname>mail.chaospott.de</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>mail.chaospott.de</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
</emailProvider>
</clientConfig>