nix-dotfiles/hosts/tsuki/services/nginx/well-known/autoconfig/mail/client-v1.1.xml

26 lines
768 B
XML

<?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>