updates to mail autoconfig
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 6 Feb 2016 00:45:34 +0000 (19:45 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 6 Feb 2016 00:45:34 +0000 (19:45 -0500)
.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>
 <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>
       <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>
     <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>
       <username>%EMAILLOCALPART%</username>
     </incomingServer>
+
     <incomingServer type="pop3">
       <hostname>mail.hcoop.net</hostname>
       <port>995</port>
     <incomingServer type="pop3">
       <hostname>mail.hcoop.net</hostname>
       <port>995</port>
       <authentication>password-cleartext</authentication>
       <username>%EMAILLOCALPART%</username>
     </incomingServer>
       <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>
       <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>
     <outgoingServer type="smtp">
       <hostname>mail.hcoop.net</hostname>
       <port>25</port>
@@ -39,8 +42,9 @@
       <authentication>password-cleartext</authentication>
       <username>%EMAILLOCALPART%</username>
     </outgoingServer>
       <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>
     <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>