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

23 lines
730 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-06-18 11:08:44 +02:00
<hostname>mail.deblan.fr</hostname>
2015-06-18 11:06:43 +02:00
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-encrypted</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>mail.deblan.fr</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-encrypted</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
</emailProvider>
</clientConfig>