summaryrefslogtreecommitdiffstats
path: root/mail.gumx.cc/.well-known/autoconfig/mail/config-v1.1.xml
blob: 809814830f8579707cd122c35c15583335d3e4c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="gumx.cc">
    <domain>gumx.cc</domain>
    <displayName>gumx mail</displayName>
    <displayShortName>gumx</displayShortName>
    <incomingServer type="imap">
      <hostname>mail.gumx.cc</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>mail.gumx.cc</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>
</clientConfig>