<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="rz.hu-berlin.de">
    <domain>rz.hu-berlin.de</domain>
    <displayName>HU CMS</displayName>
    <displayShortName>HU</displayShortName>
    <incomingServer type="imap">
      <hostname>mailbox.cms.hu-berlin.de</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>mailhost.cms.hu-berlin.de</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
    </outgoingServer>
    <documentation url="http://www.cms.hu-berlin.de/dl/kommunikation/email/standardseite">
      <descr lang="en">Generic settings page</descr>
    </documentation>
  </emailProvider>
</clientConfig>
