<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
    <response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
      <account>
        <accounttype>email</accounttype>
        <action>settings</action>
        <protocol>
          <type>IMAP</type>
          <server>imap.%DOMAIN%</server>
          <port>993</port>
          <domainrequired>off</domainrequired>
          <loginname>%EMAILLOCALPART%</loginname>
          <ssl>on</ssl>
          <spa>off</spa>
        </protocol>
        <protocol>
          <type>SMTP</type>
          <server>smtp.%DOMAIN%</server>
          <port>587</port>
          <domainrequired>off</domainrequired>
          <loginname>%EMAILLOCALPART%</loginname>
          <ssl>on</ssl>
          <spa>off</spa>
          <authrequired>on</authrequired>
        </protocol>
      </account>
    </response>
  </autodiscover>
</configuration>