tsuki: add well-known autoconfig for thunderbird mail

This commit is contained in:
Oystein Kristoffer Tveit 2023-03-06 21:13:18 +01:00
parent d5ae85092c
commit 0df70d6c72
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<?xml version="1.0"?>
<clientConfig version="1.1">
<emailProvider id="nani.wtf">
<domain>nani.wtf</domain>
<displayName>nani.wtf</displayName>
<incomingServer type="imap">
<hostname>imap.nani.wtf</hostname>
<port>993</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>password-cleartext</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.nani.wtf</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<username>%EMAILADDRESS%</username>
<authentication>password-cleartext</authentication>
<useGlobalPreferredServer>true</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
</clientConfig>