Fichier de config de mail

This commit is contained in:
Simon Vieille 2015-06-18 11:06:43 +02:00
commit 73d4042137

22
mail/config-v1.1.xml Normal file
View file

@ -0,0 +1,22 @@
<?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>imap.deblan.fr</hostname>
<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>