Modifications : etc/sv/openerp7_burette/run - +casabicicleta
[lhc/ateliers.git] / etc / dovecot / autoconfig.xml
1 <?xml version="1.0"?>
2 <clientConfig version="1.1">
3 <emailProvider id="%EMAILDOMAIN%">
4 <!-- <displayName>L’Heureux Cyclage</displayName> -->
5 <!-- <displayShortName>LHC</displayShortName> -->
6 <domain>%EMAILDOMAIN%</domain>
7 <incomingServer type="imap">
8 <hostname>imap.%EMAILDOMAIN%</hostname>
9 <port>993</port>
10 <socketType>SSL</socketType>
11 <username>%EMAILADDRESS%</username>
12 <authentication>password-cleartext</authentication>
13 </incomingServer>
14 <incomingServer type="pop3">
15 <hostname>pop.%EMAILDOMAIN%</hostname>
16 <port>995</port>
17 <socketType>SSL</socketType>
18 <username>%EMAILADDRESS%</username>
19 <authentication>password-cleartext</authentication>
20 <pop3>
21 <leaveMessagesOnServer>false</leaveMessagesOnServer>
22 <downloadOnBiff>true</downloadOnBiff>
23 </pop3>
24 </incomingServer>
25 <outgoingServer type="smtp">
26 <hostname>smtp.%EMAILDOMAIN%</hostname>
27 <port>465</port>
28 <socketType>SSL</socketType> <!-- see above -->
29 <username>%EMAILADDRESS%</username> <!-- if smtp-auth -->
30 <authentication>password-cleartext</authentication>
31 <!-- <restriction>client-IP-address</restriction> -->
32 <addThisServer>true</addThisServer>
33 <useGlobalPreferredServer>false</useGlobalPreferredServer>
34 </outgoingServer>
35 </emailProvider>
36 <!-- <clientConfigUpdate url="https://www.example.com/config/mozilla.xml" /> -->
37 </clientConfig>