Secure TLS protocols#418
Conversation
|
This PR breaks OSX mail client (imap and smtp) |
|
https://discussions.apple.com/thread/7299638?start=0&tstart=0 it's a bit old and I guess Mail doesn't support TLS 1.2 |
|
I tested your suggestion but still having the problem.
|
|
Oh right it's a cipher problem. Damn it seems Mail uses the system openssl which is secure but outdated. Could you please post the output of the command
|
|
|
|
And also you could try setting the ciphers using the Intermediate level (the reference link on the PR)
|
|
Seems better. |
|
And if neither the last ciphers list works, we can try using |
|
You list seems ok with dovecot and postfix. |
Use suggested protocols and ciphers (modern systems) (https://wiki.mozilla.org/Security/Server_Side_TLS#CipherScan)
See issue #410