<?xml version="1.0" encoding="UTF-8"?>
<!-- Mozilla/Thunderbird autoconfiguration for w2jkt.com mail.
     Clients fetch this from https://autoconfig.w2jkt.com/mail/config-v1.1.xml -->
<clientConfig version="1.1">
  <emailProvider id="w2jkt.com">
    <domain>w2jkt.com</domain>
    <displayName>w2jkt.com Mail</displayName>
    <displayShortName>w2jkt</displayShortName>

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

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

    <documentation url="https://mail.w2jkt.com/">
      <descr>w2jkt.com mail settings</descr>
    </documentation>
  </emailProvider>
</clientConfig>
