<?xml version="1.0" encoding="UTF-8"?>
<!-- CONFIG FILE FOR THUNDERBIRD -->
<clientConfig version="1.1">
  <emailProvider id="nebnet.net">
    <domain>nebnet.net</domain>
    <displayName>Consolidated Telephone Email</displayName>
    <displayShortName>NebNet</displayShortName>

    <!-- Incoming Mail Server (IMAPS) -->
    <incomingServer type="imap">
      <hostname>mail.nebnet.net</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>

    <!-- Outgoing Mail Server -->
    <outgoingServer type="smtp">
      <hostname>smtp.nebnet.net</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>
</clientConfig>
