Ajout : roundcube.
[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 <!--
15 <incomingServer type="pop3">
16 <hostname>pop3.%EMAILDOMAIN%</hostname>
17 <port>995</port>
18 <socketType>SSL</socketType>
19 <username>%EMAILADDRESS%</username>
20 <authentication>password-cleartext</authentication>
21 <pop3>
22 <leaveMessagesOnServer>false</leaveMessagesOnServer>
23 <downloadOnBiff>true</downloadOnBiff>
24 </pop3>
25 </incomingServer>
26 -->
27 <outgoingServer type="smtp">
28 <hostname>smtp.%EMAILDOMAIN%</hostname>
29 <port>465</port>
30 <socketType>SSL</socketType> <!-- see above -->
31 <username>%EMAILADDRESS%</username> <!-- if smtp-auth -->
32 <authentication>password-cleartext</authentication>
33 <!-- <restriction>client-IP-address</restriction> -->
34 <addThisServer>true</addThisServer>
35 <useGlobalPreferredServer>false</useGlobalPreferredServer>
36 </outgoingServer>
37 </emailProvider>
38 <!-- <clientConfigUpdate url="https://www.example.com/config/mozilla.xml" /> -->
39 </clientConfig>