Reason: Dockerfile, README, circleci stuff aren't delivered publicly
Tento commit je obsažen v:
CryptKiddie
2019-06-13 21:43:33 +02:00
rodič 3fc5796cb5
revize 761a8415e3
411 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@@ -1,22 +0,0 @@
<?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>