moved site back to root

这个提交包含在:
Zehka
2020-07-05 18:11:07 +02:00
父节点 ee7084d8d9
当前提交 a4f0db8ea4
共有 492 个文件被更改,包括 1 次插入616 次删除

查看文件

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