--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<clientConfig version="1.1">
+ <emailProvider id="zndr.dk">
+ <domain>zndr.dk</domain>
+ <displayName>zndr.dk Mail</displayName>
+ <displayShortName>zndr.dk</displayShortName>
+
+ <incomingServer type="imap">
+ <hostname>mail.zndr.dk</hostname>
+ <port>993</port>
+ <socketType>SSL</socketType>
+ <authentication>password-cleartext</authentication>
+ <username>%EMAILLOCALPART%</username>
+ </incomingServer>
+
+ <outgoingServer type="smtp">
+ <hostname>mail.zndr.dk</hostname>
+ <port>587</port>
+ <socketType>STARTTLS</socketType>
+ <authentication>password-cleartext</authentication>
+ <username>%EMAILLOCALPART%</username>
+ </outgoingServer>
+ </emailProvider>
+</clientConfig>
+