1
Fork 0

Fixed IMAP STARTTLS -> TLS

This commit is contained in:
Edgar P. Burkhart 2022-02-17 10:46:43 +01:00
parent 785a6b67d8
commit 10b75195e0
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

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