updates to mail autoconfig
[hcoop/hcoop-website.git] / .well-known / autoconfig / mail / config-v1.1.xml
index d065fb6..ce13695 100644 (file)
@@ -2,22 +2,24 @@
 <clientConfig version="1.1">
   <emailProvider id="hcoop.net">
     <domain>hcoop.net</domain>
-    <displayName>Hcoop Mail</displayName>
-    <displayShortName>Hcoop</displayShortName>
-    <incomingServer type="imap">
+    <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>
+      <authentication>password-cleartext</authentication>
       <username>%EMAILLOCALPART%</username>
     </incomingServer>
+
     <incomingServer type="pop3">
       <hostname>mail.hcoop.net</hostname>
       <port>995</port>
       <authentication>password-cleartext</authentication>
       <username>%EMAILLOCALPART%</username>
     </incomingServer>
-    <outgoingServer type="smtp">
+<!--    <outgoingServer type="smtp">
       <hostname>mail.hcoop.net</hostname>
       <port>465</port>
       <socketType>STARTTLS</socketType>
       <authentication>password-cleartext</authentication>
       <username>%EMAILLOCALPART%</username>
-    </outgoingServer>
+      </outgoingServer>
+-->
     <outgoingServer type="smtp">
       <hostname>mail.hcoop.net</hostname>
       <port>25</port>
@@ -39,8 +42,9 @@
       <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
+</clientConfig>