diff options
Diffstat (limited to 'mail/mail-autoconfig/comcast.net')
-rw-r--r-- | mail/mail-autoconfig/comcast.net | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/mail-autoconfig/comcast.net b/mail/mail-autoconfig/comcast.net new file mode 100644 index 0000000000..56b1fa92bf --- /dev/null +++ b/mail/mail-autoconfig/comcast.net @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<clientConfig> + <emailProvider id="comcast.net"> + <domain>comcast.net</domain> + + <displayName>Comcast</displayName> + <displayShortName>Comcast</displayShortName> + + <incomingServer type="pop3"> + <hostname>mail.comcast.net</hostname> + <port>110</port> + <socketType>STARTTLS</socketType> + <username>%EMAILLOCALPART%</username> + <authentication>secure</authentication> + </incomingServer> + + <outgoingServer type="smtp"> + <hostname>smtp.comcast.net</hostname> + <port>587</port> + <socketType>STARTTLS</socketType> + <username>%EMAILLOCALPART%</username> + <authentication>secure</authentication> + <addThisServer>true</addThisServer> + <useGlobalPreferredServer>false</useGlobalPreferredServer> + </outgoingServer> + + </emailProvider> +</clientConfig> |