autoconfig.deblan.fr/mail/config-v1.1.xml
2020-09-18 21:02:05 +02:00

23 lines
736 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="deblan.fr">
<domain>deblan.fr</domain>
<displayName>DEBLAN</displayName>
<displayShortName>deblan.fr</displayShortName>
<incomingServer type="imap">
<hostname>mail.deblan.org</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>mail.deblan.org</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</outgoingServer>
</emailProvider>
</clientConfig>