diff options
Diffstat (limited to 'mail/mail-autoconfig/verizon.net')
-rw-r--r-- | mail/mail-autoconfig/verizon.net | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/mail-autoconfig/verizon.net b/mail/mail-autoconfig/verizon.net new file mode 100644 index 0000000000..0c41d38243 --- /dev/null +++ b/mail/mail-autoconfig/verizon.net @@ -0,0 +1,29 @@ +<?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> |