浏览代码

Fixed password config

tags/v1.8.1^0
Robin Thoni 3 周前
父节点
当前提交
5de0dce44b
签署人:: Robin THONI <robin@rthoni.com> GPG 密钥 ID: 4E09DEF46B99E61E
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 查看文件

@@ -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>

正在加载...
取消
保存