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> <hostname>mail.deblan.fr</hostname>
<port>143</port> <port>143</port>
<socketType>STARTTLS</socketType> <socketType>STARTTLS</socketType>
<authentication>password-encrypted</authentication> <authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username> <username>%EMAILLOCALPART%</username>
</incomingServer> </incomingServer>
<outgoingServer type="smtp"> <outgoingServer type="smtp">
<hostname>mail.deblan.fr</hostname> <hostname>mail.deblan.fr</hostname>
<port>587</port> <port>587</port>
<socketType>STARTTLS</socketType> <socketType>STARTTLS</socketType>
<authentication>password-encrypted</authentication> <authentication>password-cleartext</authentication>
<username>%EMAILLOCALPART%</username> <username>%EMAILLOCALPART%</username>
</outgoingServer> </outgoingServer>
</emailProvider> </emailProvider>