<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
    <emailProvider id="inx.hu">
      <domain>%EMAILDOMAIN%</domain>
      <domain>inx.hu</domain>



      <displayName>%EMAILADDRESS% - INX Group email service</displayName>
      <displayShortName>%EMAILADDRESS% - INX Group</displayShortName>


<incomingServer type="imap">
      <hostname>cyberhole.extreme.hu</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <incomingServer type="imap">
      <hostname>cyberhole.extreme.hu</hostname>
      <port>143</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>

<incomingServer type="pop3">
      <hostname>cyberhole.extreme.hu</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <incomingServer type="pop3">
      <hostname>cyberhole.extreme.hu</hostname>
      <port>110</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>


    <outgoingServer type="smtp">
      <hostname>cyberhole.extreme.hu</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
    <outgoingServer type="smtp">
      <hostname>cyberhole.extreme.hu</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>



      <identity>
         <!-- needed? -->
         <!-- We don't want Verizon setting "Organization: Verizon"
              for its customers -->
      </identity>

      <instruction url="https://webmail.extreme.hu">
         <descr lang="en">Configure Thunderbird 2.0 for IMAP</descr>
         <descr lang="de">Thunderbird 2.0 mit IMAP konfigurieren</descr>
      </instruction>

    </emailProvider>

    <clientConfigUpdate url="https://autoconfig.inx.hu/mail/config-v1.1.xml" />

</clientConfig>


