Autor: Feifei JiaData: 2005-09-26 03:47 UTC Para: exim-usersAssunto: [exim] Exim4.5 TLS problem
Hi there,
My box is Debian Sarge with Exim4.5, I have configured exim with TLS
support (with OpenSSL) just follow the Exim 4.50 Specification doc, and
create a self-signed certificate--
openssl req -x509 -newkey rsa:1024 -keyout /etc/exim4/key -out \
/etc/exim4/cert -days 9999 -nodes
But I could not send mail after STARTTLS, and got entries like in mainlog--
TLS error on connection from localhost (hi) [127.0.0.1]
(gnutls_handshake): A record packet with illegal version was received.
My exim configuration of TLS is listed below--
tls_advertise_hosts = *
tls_certificate = /etc/exim4/cert
tls_privatekey = /etc/exim4/key
Any hints appreciated.
Thanks IA
--
Cheers
Feifei Jia