Fixed IMAP STARTTLS -> TLS
This commit is contained in:
parent
785a6b67d8
commit
10b75195e0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
"SSL": SSL 3 or TLS 1 on SSL-specific port
|
"SSL": SSL 3 or TLS 1 on SSL-specific port
|
||||||
"STARTTLS": on normal plain port and mandatory upgrade to TLS via STARTTLS
|
"STARTTLS": on normal plain port and mandatory upgrade to TLS via STARTTLS
|
||||||
-->
|
-->
|
||||||
<socketType>STARTTLS</socketType>
|
<socketType>SSL</socketType>
|
||||||
<username>%EMAILLOCALPART%</username>
|
<username>%EMAILLOCALPART%</username>
|
||||||
<!-- Authentication methods:
|
<!-- Authentication methods:
|
||||||
"password-cleartext",
|
"password-cleartext",
|
||||||
|
|
Loading…
Reference in a new issue