Skip to content
Snippets Groups Projects
Commit 3981851d authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Add autoconfig

parents
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="kuschku.de">
<domain>kuschku.de</domain>
<displayName>kuschku.de Mail</displayName>
<displayShortName>kuschku.de</displayShortName>
<incomingServer type="imap">
<hostname>lithium.kuschku.de</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>lithium.kuschku.de</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
</emailProvider>
</clientConfig>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment