Files
.circleci
.well-known
autoconfig
mail
config-v1.1.xml
matrix
openpgpkey
security.txt
_includes
_layouts
_posts
_sass
blog
bootstrap
css
favicon
fonts
images
js
media
webfonts
.gitignore
.ruby-version
404.html
Corona-Konzept.pdf
Gemfile
README.md
_config.yml
about.md
apple-touch-icon.png
browserconfig.xml
calendar-list.html
calendar.html
calendar_old.md
cms.md
contact.md
corona.md
datenschutzerklaerung.md
favicon-16x16.png
favicon-32x32.png
favicon-96x96.png
favicon.ico
feed.xml
impressum.md
index.html
location.md
status.html
virtuell.md
site/.well-known/autoconfig/mail/config-v1.1.xml
2020-07-05 18:11:07 +02:00

23 lines
778 B
XML

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