Ver código fonte

Fixed password config

tags/v1.8.1^0
Robin Thoni 7 meses atrás
pai
commit
5de0dce44b
Acessado por: Robin THONI <robin@rthoni.com> ID da chave GPG: 4E09DEF46B99E61E

+ 2
- 2
apache/wwwroot/.well-known/autoconfig/mail/config-v1.1.xml Ver arquivo

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>

Carregando…
Cancelar
Salvar