This commit is contained in:
48
nginx/content/mail/config-v1.1.xml
Normal file
48
nginx/content/mail/config-v1.1.xml
Normal file
@ -0,0 +1,48 @@
|
||||
<?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>
|
Reference in New Issue
Block a user