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