Browse Source

Fixed password config

tags/v1.8.1^0
Robin Thoni 3 weeks ago
parent
commit
5de0dce44b
Signed by: Robin THONI <robin@rthoni.com> GPG Key ID: 4E09DEF46B99E61E
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      apache/wwwroot/.well-known/autoconfig/mail/config-v1.1.xml

+ 2
- 2
apache/wwwroot/.well-known/autoconfig/mail/config-v1.1.xml View File

7
       <hostname>mail1.rthoni.com</hostname>
7
       <hostname>mail1.rthoni.com</hostname>
8
       <port>993</port>
8
       <port>993</port>
9
       <socketType>SSL</socketType>
9
       <socketType>SSL</socketType>
10
-      <authentication>password-encrypted</authentication>
10
+      <authentication>password-cleartext</authentication>
11
       <username>%EMAILADDRESS%</username>
11
       <username>%EMAILADDRESS%</username>
12
     </incomingServer>
12
     </incomingServer>
13
     <outgoingServer type="smtp">
13
     <outgoingServer type="smtp">
14
       <hostname>mail1.rthoni.com</hostname>
14
       <hostname>mail1.rthoni.com</hostname>
15
       <port>587</port>
15
       <port>587</port>
16
       <socketType>STARTTLS</socketType>
16
       <socketType>STARTTLS</socketType>
17
-      <authentication>password-encrypted</authentication>
17
+      <authentication>password-cleartext</authentication>
18
       <username>%EMAILADDRESS%</username>
18
       <username>%EMAILADDRESS%</username>
19
     </outgoingServer>
19
     </outgoingServer>
20
   </emailProvider>
20
   </emailProvider>

Loading…
Cancel
Save