Re: [exim] Before update exim to 4.90, TLS/SSL connection not work

2018-02-22 Thread Torsten Tributh via Exim-users
How have you created your certificate? If you use md5 or sha1(as signing algorithm) this will fail with the recent Thunderbird Try to use sha256 ...and how many bits have you used? For an RSA Certificate you should use 2048 bit and for an ECDSA certificate a minimum of 256 bit. It just looks for

Re: [exim] Before update exim to 4.90, TLS/SSL connection not work

2018-02-22 Thread Emanuel Gonzalez via Exim-users
Hello, thanks for your reply. /opt/exim/bin/exim -d -bV Exim version 4.90_1 #96 built 22-Feb-2018 14:19:18 Copyright (c) University of Cambridge, 1995 - 2017 (c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2017 Berkeley DB: Berkeley DB 5.3.21: (May 11, 2012) Support for:

Re: [exim] Before update exim to 4.90, TLS/SSL connection not work

2018-02-22 Thread Heiko Schlittermann via Exim-users
Hi, Emanuel Gonzalez via Exim-users (Do 22 Feb 2018 18:33:45 CET): > Hello, i update my exim version 4.87 to 4.90, the plain authenticacion work > good, but not SSL or TLS connections. Do we talk about authentication via TLS certificates, or just about TLS connections? I

[exim] Before update exim to 4.90, TLS/SSL connection not work

2018-02-22 Thread Emanuel Gonzalez via Exim-users
Hello, i update my exim version 4.87 to 4.90, the plain authenticacion work good, but not SSL or TLS connections. In the MakeFile i set this: AUTH_PLAINTEXT=yes AUTH_TLS=yes SUPPORT_TLS=yes USE_OPENSSL_PC=openssl TLS_LIBS=-lssl -lcrypto TLS_INCLUDE=-I/usr/lib64/ The certificate it's