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