autoconfig.deblan.fr/mail/config-v1.1.xml

23 lines
736 B
XML
Raw Normal View History

2015-06-18 11:06:43 +02:00
<?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">
2015-09-10 16:45:23 +02:00
<hostname>mail.deblan.org</hostname>
2015-06-18 11:06:43 +02:00
<port>143</port>
2020-09-18 21:02:05 +02:00
<socketType>STARTTLS</socketType>
2015-06-18 14:57:46 +02:00
<authentication>password-cleartext</authentication>
2015-06-18 11:12:41 +02:00
<username>%EMAILLOCALPART%</username>
2015-06-18 11:06:43 +02:00
</incomingServer>
<outgoingServer type="smtp">
2015-09-10 16:45:23 +02:00
<hostname>mail.deblan.org</hostname>
2015-06-18 11:06:43 +02:00
<port>587</port>
2015-09-10 18:38:11 +02:00
<socketType>STARTTLS</socketType>
2015-06-18 14:57:46 +02:00
<authentication>password-cleartext</authentication>
2015-06-18 11:12:41 +02:00
<username>%EMAILLOCALPART%</username>
2015-06-18 11:06:43 +02:00
</outgoingServer>
</emailProvider>
</clientConfig>