Track hcoop.css, used by the portal and join script
[hcoop/hcoop-website.git] / .well-known / autoconfig / mail / config-v1.1.xml
CommitLineData
646c54c1 1<?xml version="1.0" encoding="UTF-8"?>
2<clientConfig version="1.1">
3 <emailProvider id="hcoop.net">
4 <domain>hcoop.net</domain>
5 <displayName>Hcoop Mail</displayName>
6 <displayShortName>Hcoop</displayShortName>
7 <incomingServer type="imap">
8 <hostname>mail.hcoop.net</hostname>
9 <port>993</port>
10 <socketType>SSL</socketType>
11 <authentication>password-encrypted</authentication>
12 <username>%EMAILLOCALPART%</username>
13 </incomingServer>
14 <incomingServer type="imap">
15 <hostname>mail.hcoop.net</hostname>
16 <port>143</port>
17 <socketType>STARTTLS</socketType>
18 <authentication>password-encrypted</authentication>
19 <username>%EMAILLOCALPART%</username>
20 </incomingServer>
21 <incomingServer type="pop3">
22 <hostname>mail.hcoop.net</hostname>
23 <port>995</port>
24 <socketType>SSL</socketType>
25 <authentication>password-cleartext</authentication>
26 <username>%EMAILLOCALPART%</username>
27 </incomingServer>
28 <outgoingServer type="smtp">
29 <hostname>mail.hcoop.net</hostname>
30 <port>465</port>
31 <socketType>STARTTLS</socketType>
32 <authentication>password-cleartext</authentication>
33 <username>%EMAILLOCALPART%</username>
34 </outgoingServer>
35 <outgoingServer type="smtp">
36 <hostname>mail.hcoop.net</hostname>
37 <port>25</port>
38 <socketType>STARTTLS</socketType>
39 <authentication>password-cleartext</authentication>
40 <username>%EMAILLOCALPART%</username>
41 </outgoingServer>
42 <documentation url="http://wiki.hcoop.net/MemberManual/Email#Sending_Mail">
43 <descr lang="en">Member Manual / Email</descr>
44 </documentation>
45 </emailProvider>
46</clientConfig>