aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autoconfig/earthlink.net
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-autoconfig/earthlink.net')
-rw-r--r--mail/mail-autoconfig/earthlink.net29
1 files changed, 0 insertions, 29 deletions
diff --git a/mail/mail-autoconfig/earthlink.net b/mail/mail-autoconfig/earthlink.net
deleted file mode 100644
index 0f204b2bbd..0000000000
--- a/mail/mail-autoconfig/earthlink.net
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<clientConfig>
- <emailProvider id="earthlink.net">
- <domain>earthlink.net</domain>
-
- <displayName>EarthLink</displayName>
- <displayShortName>EarthLink</displayShortName>
-
- <incomingServer type="imap">
- <hostname>imap.earthlink.net</hostname>
- <port>143</port>
- <socketType>plain</socketType>
- <username>%EMAILADDRESS%</username>
- <authentication>secure</authentication>
- </incomingServer>
-
- <outgoingServer type="smtp">
- <hostname>smtpauth.earthlink.net</hostname>
- <port>587</port>
- <socketType>plain</socketType>
- <username>%EMAILADDRESS%</username>
- <authentication>plain</authentication>
- <addThisServer>true</addThisServer>
- <useGlobalPreferredServer>false</useGlobalPreferredServer>
- </outgoingServer>
-
- </emailProvider>
-</clientConfig>