updates to mail autoconfig
[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>
28b5a27b
CE
5 <displayName>HCoop Mail</displayName>
6 <displayShortName>HCoop</displayShortName>
7<!-- <incomingServer type="imap">
646c54c1 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>
28b5a27b 14 -->
646c54c1 15 <incomingServer type="imap">
16 <hostname>mail.hcoop.net</hostname>
17 <port>143</port>
18 <socketType>STARTTLS</socketType>
28b5a27b 19 <authentication>password-cleartext</authentication>
646c54c1 20 <username>%EMAILLOCALPART%</username>
21 </incomingServer>
28b5a27b 22
646c54c1 23 <incomingServer type="pop3">
24 <hostname>mail.hcoop.net</hostname>
25 <port>995</port>
26 <socketType>SSL</socketType>
27 <authentication>password-cleartext</authentication>
28 <username>%EMAILLOCALPART%</username>
29 </incomingServer>
28b5a27b 30<!-- <outgoingServer type="smtp">
646c54c1 31 <hostname>mail.hcoop.net</hostname>
32 <port>465</port>
33 <socketType>STARTTLS</socketType>
34 <authentication>password-cleartext</authentication>
35 <username>%EMAILLOCALPART%</username>
28b5a27b
CE
36 </outgoingServer>
37-->
646c54c1 38 <outgoingServer type="smtp">
39 <hostname>mail.hcoop.net</hostname>
40 <port>25</port>
41 <socketType>STARTTLS</socketType>
42 <authentication>password-cleartext</authentication>
43 <username>%EMAILLOCALPART%</username>
44 </outgoingServer>
28b5a27b 45
646c54c1 46 <documentation url="http://wiki.hcoop.net/MemberManual/Email#Sending_Mail">
47 <descr lang="en">Member Manual / Email</descr>
48 </documentation>
49 </emailProvider>
28b5a27b 50</clientConfig>