[Exim] Problem receiving from MS Exchange 2000 w/TLS

Top Page
Delete this message
Reply to this message
Author: Eric Parusel
Date:  
To: exim-users
Subject: [Exim] Problem receiving from MS Exchange 2000 w/TLS
Hello,

    I'm trying to get an Exchange 2000 server to send me
some mail using AUTH and TLS...
Here's the problem I'm encountering:


SMTP>> 220 mail1 ESMTP Exim 4.14 Tue, 13 May 2003 12:26:01 -0700

SMTP<< EHLO exchange
SMTP>> 250-mail1 Hello exchange [x.x.x.x]

250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
SMTP<< STARTTLS
SMTP>> 220 TLS go ahead

61191 SSL info: SSL negotiation finished successfully
61191 SSL_accept was successful
61191 TLS active
SMTP<< AUTH login xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx==
SMTP>> 334 UGFzc3dvcmQ6
SMTP>> 235 Authentication succeeded

SMTP<< MAIL FROM:<> SIZE=567
SMTP>> 501 <> SIZE=567: malformed address: SIZE=567 may not follow <>

SMTP<< QUIT
61191 SMTP>> 221 mail1 closing connection


It seems that Exchange should be re-sending the EHLO
command after TLS is initialized, am I right?
(I think I read that in an RFC?)

It's not, and EXIM is failing on "MAIL FROM: <> SIZE=xxx"
subsequently...

If the "TLS Encryption" box in Exchange isn't checked,
then the connection goes through fine, that same
"MAIL FROM:<> SIZE=xxx" command is accepted.

Is there anything I can do to get this to work?

Thanks,
Eric Parusel