This commit is contained in:
Simon Vieille 2015-06-18 14:57:46 +02:00
parent f2d4c5b136
commit f58fcc83da

View file

@ -8,14 +8,14 @@
<hostname>mail.deblan.fr</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<authentication>password-encrypted</authentication>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>mail.deblan.fr</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<authentication>password-encrypted</authentication>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</outgoingServer>
</emailProvider>