Recently, after I installed updates on my Kubuntu 14.04. system and a new version of thunderbird was installed, I could not send emails any more. It prompts:
Sending of message failed. The message could not be sent because the connection to SMTP server [..] was lost in the middle of the transaction. Try again or contact your network administrator.
Since I am the administrator of my mail server (exim) I checked the logs. Everytime I try to send an email with thunberbird it says:
TLS error on connection from [..] (gnutls_handshake): Could not negotiate a supported cipher suite.
That's odd. How could that happen out of the blue? I googled the problem, but other people with this message in the logs had something wrong with their certificate installation (too new algorithm or the like). But I did not change anything with my certificate and additionally it is still no problem to send mails with K-9 Mail from my android phone (which has the same TLS settings).
My Server runs Debian 7.6 with EXIM 4.80.
(In case it matters: My certificates are signed by CACert).
For now I downgraded thunderbird (sudo apt-get install thunderbird=1:24.4.0+build1-0ubuntu1
). This worked, but is of course no permanent solution.
What is wrong and how can I fix it?