Skip to content

Commit

Permalink
chore: remove unavailable ports
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Mar 28, 2024
1 parent f0cdc9c commit ffaba23
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .well-known/autoconfig/mail/config-v1.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<!--
Documentation: https://vadosware.io/post/thunderbird-autoconfig-for-your-self-hosted-mailserver/
Spec: https://wiki.mozilla.org/Thunderbird:Autoconfiguration:ConfigFileFormat
HowTo: https://web.archive.org/web/20210116164029/https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration/FileFormat/HowTo
HowTo:
https://web.archive.org/web/20210116164029/https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration/FileFormat/HowTo
-->
<clientConfig version="1.1">
<emailProvider id="identinet.io">
Expand All @@ -16,29 +17,15 @@
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="imap">
<hostname>mail.41ppl.com</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>mail.41ppl.com</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<outgoingServer type="smtp">
<hostname>mail.41ppl.com</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
</emailProvider>
<webMail>
<loginPage url="https://mail.41ppl.com/"/>
<loginPage url="https://mail.41ppl.com/" />
</webMail>
</clientConfig>

0 comments on commit ffaba23

Please sign in to comment.