Ever since I've upgraded from Plesk 12.x to Plesk 12.5 I'm getting calls from customers that their mail doesn't work.
All these users have Apple mail and use SSL to connect with either IMAP or POP.
Thus far I changed their Mail-clients to plain and then they start working again.
These are the differences of the Courier configs
diff imapd-ssl etc/courier-imap/imapd-ssl
# diff pop3d-ssl etc/courier-imap/pop3d-ssl
I have just reverted to the 12.x configs.
It's all very nice that better security is made, but this can't come at the cost of unreachable mail for the legititimate owners....
Who's at fault here? Plesk or Apple?
All these users have Apple mail and use SSL to connect with either IMAP or POP.
Thus far I changed their Mail-clients to plain and then they start working again.
These are the differences of the Courier configs
diff imapd-ssl etc/courier-imap/imapd-ssl
Code:
131c131
< TLS_PROTOCOL=TLSv1
---
> TLS_PROTOCOL=SSL23
309,310d308
< TLS_CIPHER_LIST=HIGH:!aNULL:!MD5
< TLS_STARTTLS_PROTOCOL=TLSv1
# diff pop3d-ssl etc/courier-imap/pop3d-ssl
Code:
162c162
< TLS_PROTOCOL=TLSv1
---
> TLS_PROTOCOL=SSL23
352c352
< POPLOCK_TIME=20
---
> POPLOCK_TIME=30
I have just reverted to the 12.x configs.
It's all very nice that better security is made, but this can't come at the cost of unreachable mail for the legititimate owners....
Who's at fault here? Plesk or Apple?