Track hcoop.css, used by the portal and join script
[hcoop/hcoop-website.git] / .well-known / autoconfig / mail / config-v1.1.xml
diff --git a/.well-known/autoconfig/mail/config-v1.1.xml b/.well-known/autoconfig/mail/config-v1.1.xml
new file mode 100644 (file)
index 0000000..d065fb6
--- /dev/null
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<clientConfig version="1.1">
+  <emailProvider id="hcoop.net">
+    <domain>hcoop.net</domain>
+    <displayName>Hcoop Mail</displayName>
+    <displayShortName>Hcoop</displayShortName>
+    <incomingServer type="imap">
+      <hostname>mail.hcoop.net</hostname>
+      <port>993</port>
+      <socketType>SSL</socketType>
+      <authentication>password-encrypted</authentication>
+      <username>%EMAILLOCALPART%</username>
+    </incomingServer>
+    <incomingServer type="imap">
+      <hostname>mail.hcoop.net</hostname>
+      <port>143</port>
+      <socketType>STARTTLS</socketType>
+      <authentication>password-encrypted</authentication>
+      <username>%EMAILLOCALPART%</username>
+    </incomingServer>
+    <incomingServer type="pop3">
+      <hostname>mail.hcoop.net</hostname>
+      <port>995</port>
+      <socketType>SSL</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILLOCALPART%</username>
+    </incomingServer>
+    <outgoingServer type="smtp">
+      <hostname>mail.hcoop.net</hostname>
+      <port>465</port>
+      <socketType>STARTTLS</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILLOCALPART%</username>
+    </outgoingServer>
+    <outgoingServer type="smtp">
+      <hostname>mail.hcoop.net</hostname>
+      <port>25</port>
+      <socketType>STARTTLS</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILLOCALPART%</username>
+    </outgoingServer>
+    <documentation url="http://wiki.hcoop.net/MemberManual/Email#Sending_Mail">
+      <descr lang="en">Member Manual / Email</descr>
+    </documentation>
+  </emailProvider>
+</clientConfig>
\ No newline at end of file