aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/mail-autoconfig/comcast.net
diff options
context:
space:
mode:
Diffstat (limited to 'capplet/settings/mail-autoconfig/comcast.net')
-rw-r--r--capplet/settings/mail-autoconfig/comcast.net29
1 files changed, 29 insertions, 0 deletions
diff --git a/capplet/settings/mail-autoconfig/comcast.net b/capplet/settings/mail-autoconfig/comcast.net
new file mode 100644
index 0000000000..56b1fa92bf
--- /dev/null
+++ b/capplet/settings/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>