forked from Chaospott/site
moved site back to root
This commit is contained in:
22
.well-known/autoconfig/mail/config-v1.1.xml
Normal file
22
.well-known/autoconfig/mail/config-v1.1.xml
Normal file
@ -0,0 +1,22 @@
|
||||
<?xml version="1.0"?>
|
||||
<clientConfig version="1.1">
|
||||
<emailProvider id="domain.tld">
|
||||
<domain>chaospott.de</domain>
|
||||
<displayName>chaospott mailserver</displayName>
|
||||
<displayShortName>chaospott</displayShortName>
|
||||
<incomingServer type="imap">
|
||||
<hostname>mail.chaospott.de</hostname>
|
||||
<port>993</port>
|
||||
<socketType>SSL</socketType>
|
||||
<authentication>password-cleartext</authentication>
|
||||
<username>%EMAILADDRESS%</username>
|
||||
</incomingServer>
|
||||
<outgoingServer type="smtp">
|
||||
<hostname>mail.chaospott.de</hostname>
|
||||
<port>587</port>
|
||||
<socketType>STARTTLS</socketType>
|
||||
<authentication>password-cleartext</authentication>
|
||||
<username>%EMAILADDRESS%</username>
|
||||
</outgoingServer>
|
||||
</emailProvider>
|
||||
</clientConfig>
|
5
.well-known/matrix/client
Normal file
5
.well-known/matrix/client
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"m.homeserver": {
|
||||
"base_url":"https://mtx.chaospott.de"
|
||||
}
|
||||
}
|
3
.well-known/matrix/server
Normal file
3
.well-known/matrix/server
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"m.server": "mtx.chaospott.de:443"
|
||||
}
|
BIN
.well-known/openpgpkey/hu/hjz8uzfguopugy8y3o88wbp8ip3ukk6q
Normal file
BIN
.well-known/openpgpkey/hu/hjz8uzfguopugy8y3o88wbp8ip3ukk6q
Normal file
Binary file not shown.
0
.well-known/openpgpkey/policy
Normal file
0
.well-known/openpgpkey/policy
Normal file
3
.well-known/security.txt
Normal file
3
.well-known/security.txt
Normal file
@ -0,0 +1,3 @@
|
||||
Contact: mailto:noc [at] this domain
|
||||
Announcements: https://twitter.com/chaospott_noc/
|
||||
Announcements: https://chaos.social/@chaospott_noc
|
Reference in New Issue
Block a user