This commit is contained in:
=
2024-12-18 15:42:32 -05:00
parent 3e7007bbb9
commit e0587508a7
5 changed files with 106 additions and 31 deletions

View File

@ -0,0 +1 @@
../../mail/

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

View File

@ -1,5 +1,5 @@
version: STSv1
mode: enforce
mode: testing
mx: mail.protonmail.ch
mx: mailsec.protonmail.ch
max_age: 604800

View File

@ -1,4 +1,4 @@
version: STSv1
mode: enforce
mx: smtp.balsillie.net
max_age: 604800
max_age: 2592000