I am not sure if this is the same problem, but with exim4-daemon-light version 4.62-2, TLS enabled (EHLO response lists STARTTLS), I try to connect from localhost with openssl and I get this:
[EMAIL PROTECTED]:/etc/exim4/conf.d$ telnet localhost 587 Trying 127.0.0.1... Connected to localhost.localdomain. Escape character is '^]'. 220 madbat.mine.nu ESMTP Exim 4.62 Tue, 25 Jul 2006 20:45:33 -0400 EHLO localhost 250-madbat.mine.nu Hello localhost [127.0.0.1] 250-SIZE 12582912 250-PIPELINING 250-STARTTLS 250 HELP QUIT 221 madbat.mine.nu closing connection Connection closed by foreign host. [EMAIL PROTECTED]:/etc/exim4/conf.d$ openssl s_client -connect 127.0.0.1:587 -starttls smtp CONNECTED(00000003) 20025:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:567: [EMAIL PROTECTED]:/etc/exim4/conf.d$ (the same thing happens when I configure the normal port 25, of course). -- A true pessimist won't be discouraged by a little success. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

