<?xml version="1.0" encoding="UTF-8"?>
<!--
  Autoconfiguracion Thunderbird para okimatsu.com
  Destino en el servidor (via CyberPanel -> File Manager):
    /home/okimatsu.com/public_html/.well-known/autoconfig/mail/config-v1.1.xml
  URL final que Thunderbird consulta:
    https://okimatsu.com/.well-known/autoconfig/mail/config-v1.1.xml
-->
<clientConfig version="1.1">
  <emailProvider id="okimatsu.com">
    <domain>okimatsu.com</domain>
    <displayName>Okimatsu (CyberPanel)</displayName>
    <displayShortName>Okimatsu</displayShortName>

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

    <incomingServer type="pop3">
      <hostname>mail.okimatsu.com</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>

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

    <documentation url="https://okimatsu.com/">
      <descr lang="es">Correo Okimatsu - servidor CyberPanel</descr>
    </documentation>
  </emailProvider>
</clientConfig>
