Kaynağa Gözat

Fixed password config

tags/v1.8.1^0
Robin Thoni 3 hafta önce
ebeveyn
işleme
5de0dce44b
İmzalayan: Robin THONI <robin@rthoni.com> GPG Key ID: 4E09DEF46B99E61E

+ 2
- 2
apache/wwwroot/.well-known/autoconfig/mail/config-v1.1.xml Dosyayı Görüntüle

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

Loading…
İptal
Kaydet