<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="dedukt-beratung.de">
    <domain>dedukt-beratung.de</domain>
    <displayName>dedukt-beratung.de Mail</displayName>
    <displayShortName>dedukt-beratung.de</displayShortName>
    <incomingServer type="imap">
      <hostname>mail.dedukt-beratung.de</hostname>
      <port>143</port>
      <socketType>STARTTLS</socketType>
      <authentication>cram-md5</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>mail.dedukt-beratung.de</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>cram-md5</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>
</clientConfig>
