blob: f97fe385048af25e018c641fae66154ec6617957 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="free.fr">
<domain>free.fr</domain>
<displayName>Free Telecom</displayName>
<displayShortName>free.fr</displayShortName>
<incomingServer type="imap">
<hostname>imap.free.fr</hostname>
<port>143</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.free.fr</hostname>
<port>25</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
<addThisServer>true</addThisServer>
<!-- IP-based auth: smtp server only allows connection from ISP network :-( -->
<useGlobalPreferredServer>true</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
</clientConfig>
|