Re: FW: [Exim] helo_allow_chars in version 4.12

Góra strony
Delete this message
Reply to this message
Autor: Giuliano Gavazzi
Data:  
Dla: Christian Kyony, 'exim-users@exim.org'
Temat: Re: FW: [Exim] helo_allow_chars in version 4.12
At 12:49 +0100 2003/01/12, Christian Kyony wrote:
>I do not think it is a problem related with qualified domain. See below.
>


This is a totally different transaction, if your server is
misconfigured and accepts not fully qualified senders does not mean
that yahoo will do the same.

You are pipelining commands, that is, not waiting for a 2XX after the
RCPT TO. Look at your previous:

At 12:21 +0100 2003/01/12, Christian Kyony wrote:
>$ /usr/exim/bin/exim -odf -v ph_malko@???
>.
>LOG: MAIN
>   <= ckyony@ns U=ckyony P=local S=223
>.Connecting to mx1.mail.yahoo.com [64.157.4.82]:25 ... connected
>   SMTP<< 220 YSmtp mta414.mail.yahoo.com ESMTP service ready
>   SMTP>> EHLO ns
>   SMTP<< 250-mta414.mail.yahoo.com
>          250-8BITMIME
>          250-SIZE 10485760
>          250 PIPELINING
>   SMTP>> MAIL FROM:<ckyony@ns> SIZE=1254
>   SMTP>> RCPT TO:<ph_malko@???>
>   SMTP>> DATA
>   SMTP<< 501 Syntax error in parameters or arguments


           ^^^^ this was in response to the RCPT TO


> SMTP<< 503 A single MAIL command is required
> SMTP<< 504 A single MAIL command is required


     ^^^^ these are somehow misleading, but they just mean that your
MAIL FROM had not been accepted.


A correct transaction with yahoo would give:

[ti:/usr] g% telnet mta414.mail.yahoo.com 25
Trying 216.136.128.66...
Connected to mta414.mail.yahoo.com.
Escape character is '^]'.
220 YSmtp mta414.mail.yahoo.com ESMTP service ready
HELO ntl.com
250 mta414.mail.yahoo.com
MAIL FROM: <test_ignore@cb1>
501 Syntax error in parameters or arguments

you see?

and please fix the dns.


Giuliano

>[ckyony@ns ckyony]$ /usr/exim/bin/exim -odf -v ckyony@???
>test again to show that is not a problem with qualified domain.
>.
>LOG: MAIN
> <= ckyony@ns U=ckyony P=local S=287
>Connecting to uu194-7-39-181.unknown.uunet.be [194.7.39.181]:25 ...
>connected
> SMTP<< 220
>***********2*****************************************************
>****************2*************
> SMTP>> EHLO ns
> SMTP<< 500 Command not recognized.
> SMTP>> HELO ns
> SMTP<< 250 OK
> SMTP>> MAIL FROM:<ckyony@ns>
> SMTP<< 250 OK - mail from <ckyony@ns>
> SMTP>> RCPT TO:<ckyony@???>
> SMTP<< 250 OK - Recipient <ckyony@???>
> SMTP>> DATA
> SMTP<< 354 Send data. End with CRLF.CRLF
> SMTP>> writing message and terminating "."
> SMTP<< 250 OK
> SMTP>> QUIT
>LOG: MAIN
> => ckyony@??? R=dnslookup T=remote_smtp
>H=uu194-7-39-181.unknown.uune
>be [194.7.39.181]
>LOG: MAIN
> Completed
>[ckyony@ns ckyony]$



--
H U M P H
    || |||
  software


Java & C++ Server/Client/Human Interface applications on MacOS - MacOS X
http://www.humph.com/