<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="gompf.de">
<domain>gompf.de</domain>
<domain>gompf.de</domain>
<displayName>gompf.de Secure Mailservice powerd by kdmails.de </displayName>
<displayShortName>gompf.de</displayShortName>
<incomingServer type="imap">
<hostname>imap.gompf.de</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="imap">
<hostname>imap.gompf.de</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.gompf.de</hostname>
<port>110</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
<hostname>pop.gompf.de</hostname>
<port>995</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.gompf.de</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<outgoingServer type="smtp">
<hostname>smtp.gompf.de</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<documentation url="http://www.edv-baumgarten.de/">
<descr lang="de">Fragen Sie uns, wir helfen direkt.</descr>
</documentation>
</emailProvider>
</clientConfig>

