[exim] URGENT : Help with TLS

Top Page
Delete this message
Reply to this message
Author: Francois Sauterey
Date:  
To: exim-users
Subject: [exim] URGENT : Help with TLS
debian squeeze
exim4 : 4.72-6+squeeze3
server: manny.fsu.fr

I can't send mail from the website server (manny), to me (i.e;
fs@???) [ the mail server is an old gentoo with qmail :-( ]

Here is the dialog:
> Connecting to mx1.fsu.fr [91.121.120.209]:25 ... connected
>   SMTP<< 220 ns2014523.ovh.net ESMTP
>   SMTP>> EHLO manny.fsu.fr
>   SMTP<< 250-ns2014523.ovh.net
>          250-PIPELINING
>          250-STARTTLS
>          250-8BITMIME
>          250 SIZE 0
>   SMTP>> STARTTLS
>   SMTP<< 220 ready for tls
>   SMTP>> EHLO manny.fsu.fr
>   SMTP<< 250-ns2014523.ovh.net
>          250-PIPELINING
>          250-8BITMIME
>          250 SIZE 0
>   SMTP>> MAIL FROM:<fs@???> SIZE=1555
>   SMTP>> RCPT TO:<fs@???>
>   SMTP>> DATA
> LOG: MAIN
>   TLS error on connection to mx1.fsu.fr [91.121.120.209] (recv): A TLS packet with unexpected length was received.
> LOG: MAIN
>   Remote host mx1.fsu.fr [91.121.120.209] closed connection in response to MAIL FROM:<fs@???> SIZE=1555
> LOG: MAIN
>   == fs@??? R=dnslookup T=remote_smtp defer (-18): Remote host mx1.fsu.fr [91.121.120.209] closed connection in response to MAIL FROM:<fs@???> SIZE=1555


It's seem a TLS pb, but I don't understand why ! ( the CN certficate is
manny.fsu.fr (OK))

So two questions:
1) in urgency: how to tell the exim4 website to not use TLS (problems
appair whit the STARTTLS) [some google reference talk about debian
package pb...]

2) in futur) how to do TLS works ?

help me !
Francois