This commit is contained in:
Simon Vieille 2015-09-10 18:33:23 +02:00
parent 2e35d87587
commit 7f1d443239

View file

@ -7,14 +7,14 @@
<incomingServer type="imap">
<hostname>mail.deblan.org</hostname>
<port>143</port>
<socketType>STARTTLS</socketType>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>mail.deblan.org</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username>
</outgoingServer>