<clientConfig version="1.1">
  <emailProvider id="iscutum.group">
    <domain>iscutum.group</domain>
    <displayName>ISCUTUM Mail</displayName>
    <incomingServer type="imap">
      <hostname>mail.iscutum.group</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>mail.iscutum.group</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
    </outgoingServer>
  </emailProvider>
</clientConfig>