<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="luftkruste.de">
    <domain>luftkruste.de</domain>
    <displayName>vDevs Mail</displayName>
    <displayShortName>vdevs.de</displayShortName>

    <!-- IMAP (SSL) -->
    <incomingServer type="imap">
      <hostname>vps2626101.visualdevelopers.de</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>

    <!-- POP3 (SSL) -->
    <incomingServer type="pop3">
      <hostname>vps2626101.visualdevelopers.de</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>

    <!-- SMTP (SSL) – Port 465 -->
    <outgoingServer type="smtp">
      <hostname>vps2626101.visualdevelopers.de</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>

    <!-- SMTP Submission (STARTTLS) – Port 587 -->
    <outgoingServer type="smtp">
      <hostname>vps2626101.visualdevelopers.de</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>

  </emailProvider>
</clientConfig>