<?xml version="1.0"?>
<clientConfig version="1.1">

   <!-- Outgoing Server -->
   <emailProvider id="zimbramail.ex10.biz">

       <!-- Hosted Domains -->
      <domain>exemple.com</domain>
       <displayName>Zimbramail</displayName>
       <displayShortName>zimbramail.ex10.biz</displayShortName>
       <documentation url="https://fr-wiki.ikoula.com/fr/Configuration_Thunderbird_pour_Zimbramail">
         <descr lang="en">Configure Thunderbird 2.0 for IMAP</descr>
         <descr lang="de">Thunderbird 2.0 mit IMAP konfigurieren</descr>
       </documentation>
           <!-- Incoming Mail Servers -->
       <incomingServer type="imap">
           <hostname>zimbramail.ex10.biz</hostname>
           <port>993</port>
           <socketType>SSL</socketType>
           <authentication>password-cleartext</authentication>
           <username>%EMAILADDRESS%</username>
       </incomingServer>

       <incomingServer type="imap">
           <hostname>zimbramail.ex10.biz</hostname>
           <port>143</port>
           <socketType>STARTTLS</socketType>
           <authentication>password-cleartext</authentication>
           <username>%EMAILADDRESS%</username>
       </incomingServer>

       <incomingServer type="pop3">
           <hostname>zimbramail.ex10.biz</hostname>
           <port>995</port>
           <socketType>SSL</socketType>
           <authentication>password-cleartext</authentication>
           <username>%EMAILADDRESS%</username>
           <pop3>
               <leaveMessagesOnServer>true</leaveMessagesOnServer>
           </pop3>
       </incomingServer>

       <incomingServer type="pop3">
           <hostname>zimbramail.ex10.biz</hostname>
           <port>110</port>
           <socketType>STARTTLS</socketType>
           <authentication>password-cleartext</authentication>
           <username>%EMAILADDRESS%</username>
           <pop3>
               <leaveMessagesOnServer>true</leaveMessagesOnServer>
           </pop3>
   </incomingServer>

       <!-- Outgoing Mail Servers -->
       <outgoingServer type="smtp">
           <hostname>zimbrasmtpauth.ex10.biz</hostname>
           <port>465</port>
           <socketType>SSL</socketType>
           <authentication>password-cleartext</authentication>
           <username>%EMAILADDRESS%</username>
       </outgoingServer>

       <outgoingServer type="smtp">
           <hostname>zimbrasmtpauth.ex10.biz</hostname>
           <port>587</port>
           <socketType>STARTTLS</socketType>
           <authentication>password-cleartext</authentication>
           <username>%EMAILADDRESS%</username>
       </outgoingServer>


   </emailProvider>

   <clientConfigUpdate url="https://autoconfig-zimbramail.ex10.biz/mail/config-v1.1.xml" />
</clientConfig>