On Wed, Dec 05, 2001 at 03:44:24PM +0100, hoh@??? wrote:
Oh, I lie, I didn't read this carefully enough.
> Connecting to mx15.nameplanet.com [62.70.3.45.25] ... connected
> SMTP<< 220 mx15.nameplanet.com ESMTP
> SMTP>> EHLO mail.mitt-eget.com
> SMTP<< 250-mx15.nameplanet.com
> 250-AUTH=LOGIN
> 250-PIPELINING
This is where the issue is. It says it can cope with pipelining, so exim
sends it the data that it needs to send in one batch.
> 250 8BITMIME
> SMTP>> MAIL FROM:<>
> SMTP>> RCPT TO:<user@???>
> SMTP>> DATA
> SMTP<< 250 ok
> SMTP<<
> LOG: 0 MAIN
> Malformed SMTP response from mx15.nameplanet.com [62.70.3.45] after DATA:
The malformed response is actually in response to the RCPT TO: and is an
empty line.
> Isn't DATA supposed to return a 300 response? Is the 250 the problem?
It isn't actually getting as far as the DATA command. Despite the fact
that exim thinks it has sent things.
> Is there any fix?
Not sure, there's probably a transport option to be able to tell Exim
to do smtp without pipelining.
MBM
--
Matthew Byng-Maddick <mbm@???> http://colondot.net/