nginx
This commit is contained in:
1
nginx-balsillie-net/content/.well-known/autoconfig/mail
Symbolic link
1
nginx-balsillie-net/content/.well-known/autoconfig/mail
Symbolic link
@ -0,0 +1 @@
|
||||
../../mail/
|
48
nginx-balsillie-net/content/mail/config-v1.1.xml
Normal file
48
nginx-balsillie-net/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-encrypted</authentication>
|
||||
<username>%EMAILLOCALPART%</username>
|
||||
</incomingServer>
|
||||
<outgoingServer type="smtp">
|
||||
<hostname>smtp.balsillie.net</hostname>
|
||||
<port>465</port>
|
||||
<socketType>SSL</socketType>
|
||||
<authentication>password-encrypted</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>
|
@ -1,5 +1,5 @@
|
||||
version: STSv1
|
||||
mode: enforce
|
||||
mode: testing
|
||||
mx: mail.protonmail.ch
|
||||
mx: mailsec.protonmail.ch
|
||||
max_age: 604800
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: STSv1
|
||||
mode: enforce
|
||||
mx: smtp.balsillie.net
|
||||
max_age: 604800
|
||||
max_age: 2592000
|
||||
|
Reference in New Issue
Block a user