<?xml version="1.0"?>
<clientConfig version="1.1">
  <emailProvider id="cycling.moscow">
    <domain>cycling.moscow</domain>
    <displayName>cycling.moscow Mail</displayName>
    <displayShortName>cycling.moscow Mail</displayShortName>

    <incomingServer type="imap">
      <hostname>mail.eugesh.com</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </incomingServer>

    <outgoingServer type="smtp">
      <hostname>mail.eugesh.com</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </outgoingServer>

    <documentation url="https://eugesh.com">
      <descr lang="ru">Настройка почты для домена cycling.moscow</descr>
    </documentation>
  </emailProvider>
</clientConfig>