This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
hectabit-website/.well-known/autoconfig/mail/config-v1.1.xml

43 lines
1.3 KiB
XML
Raw Permalink Normal View History

2024-04-17 19:23:57 +01:00
<?xml version="1.0"?>
<clientConfig version="1.1">
<emailProvider id="hectabit.org">
<domain>hectabit.org</domain>
<displayName>Hectabit Mail</displayName>
<displayShortName>Hectamail</displayShortName>
<incomingServer type="imap">
<hostname>mail.hectabit.org</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="imap">
<hostname>mail.hectabit.org</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>mail.hectabit.org</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<outgoingServer type="smtp">
<hostname>mail.hectabit.org</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
</emailProvider>
</clientConfig>