aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autoconfig/gmx.com
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-autoconfig/gmx.com')
-rw-r--r--mail/mail-autoconfig/gmx.com24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/mail-autoconfig/gmx.com b/mail/mail-autoconfig/gmx.com
new file mode 100644
index 0000000000..06782b48cc
--- /dev/null
+++ b/mail/mail-autoconfig/gmx.com
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<clientConfig>
+ <emailProvider id="gmx.com">
+ <domain>gmx.com</domain>
+ <displayName>GMX Freemail</displayName>
+ <displayShortName>GMX</displayShortName>
+ <incomingServer type="imap">
+ <hostname>imap.gmx.com</hostname>
+ <port>993</port>
+ <socketType>SSL</socketType>
+ <username>%EMAILADDRESS%</username>
+ <authentication>plain</authentication>
+ </incomingServer>
+ <outgoingServer type="smtp">
+ <hostname>mail.gmx.com</hostname>
+ <port>465</port>
+ <socketType>SSL</socketType>
+ <username>%EMAILADDRESS%</username>
+ <authentication>plain</authentication>
+ <addThisServer>true</addThisServer>
+ <useGlobalPreferredServer>false</useGlobalPreferredServer>
+ </outgoingServer>
+ </emailProvider>
+</clientConfig>