<?xml version="1.0" encoding="utf-8" ?><clientConfig version="1.1">

  <emailProvider id="schwark.xyz">

    <domain>schwark.xyz</domain>
    <domain>ferreteria-alemana.com</domain>
    <domain>carmen-koop.de</domain>
    <domain>aufleben.eu</domain>

    <incomingServer type="imap">

      <hostname>imap.schwark.xyz</hostname>
      <port>143</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username></username>

    </incomingServer>

    <outgoingServer type="smtp">

      <hostname>smtp.schwark.xyz</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username></username>

    </outgoingServer>

  </emailProvider>

</clientConfig>
