1
0
containers/nginx/content/mail/config-v1.1.xml
2024-12-19 22:32:42 -05:00

48 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="balsillie.net">
<domain>balsillie.net</domain>
<displayName>Balsillie Family</displayName>
<displayShortName>Home</displayShortName>
<incomingServer type="imap">
<hostname>imap.balsillie.net</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.balsillie.net</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>true</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
<addressBook type="carddav">
<username>%EMAILLOCALPART%</username>
<authentication>OAuth2</authentication>
<serverURL>https://cloud.balsillie.net/remote.php/dav/</serverURL>
</addressBook>
<calendar type="caldav">
<username>%EMAILLOCALPART%</username>
<authentication>OAuth2</authentication>
<serverURL>https://cloud.balsillie.net/remote.php/dav/</serverURL>
</calendar>
<fileShare type="webdav">
<username>%EMAILLOCALPART%</username>
<authentication>OAuth2</authentication>
<serverURL>https://cloud.balsillie.net/remote.php/dav/</serverURL>
</fileShare>
<webMail>
<loginPage url="https://mail.balsillie.net/" />
</webMail>
<oAuth2>
<issuer>https://auth.balsillie.net/realms/balsillie</issuer>
<scope>mail-w</scope>
<authURL>https://auth.balsillie.net/realms/balsillie/protocol/openid-connect/auth</authURL>
<tokenURL>https://auth.balsillie.net/realms/balsillie/protocol/openid-connect/token</tokenURL>
</oAuth2>
</clientConfig>