<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="donfti">
      <domain>donfti.ru</domain>

      <displayName>Donetsk Institute for Physics and Technology Mail</displayName>
      <displayShortName>DONFTI</displayShortName>

      <incomingServer type="imap">
         <hostname>mail.donfti.ru</hostname>
         <port>143</port>
         <socketType>SSL</socketType>
         <username>%EMAILLOCALPART%</username>
         <authentication>password-cleartext</authentication>
      </incomingServer>

      <outgoingServer type="smtp">
         <hostname>mail.donfti.ru</hostname>
         <port>587</port>
         <socketType>STARTTLS</socketType> <!-- see above -->
         <username>%EMAILLOCALPART%</username>
         <authentication>password-cleartext</authentication>
         <!-- remove the following and leave to client/user? -->
         <addThisServer>true</addThisServer>
         <useGlobalPreferredServer>true</useGlobalPreferredServer>
      </outgoingServer>

      <identity>
         <!-- needed? -->
         <!-- We don't want Verizon setting "Organization: Verizon"
              for its customers -->
      </identity>

    </emailProvider>

    <clientConfigUpdate url="https://www.example.com/config/mozilla.xml" />

</clientConfig>
