aboutsummaryrefslogblamecommitdiffstats
path: root/mail/mail-autoconfig/comcast.net
blob: 56b1fa92bf3ab025e37399fdb5fee4bdb1b98b79 (plain) (tree)




























                                                                   
<?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>