Re: [exim] time skew: SMTP delay

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Felipe Gasper
Ημερομηνία:  
Προς: Jeremy Harris
Υ/ο: exim users
Αντικείμενο: Re: [exim] time skew: SMTP delay


> On Mar 30, 2021, at 11:13 AM, Jeremy Harris <jgh@???> wrote:
>
> On 30/03/2021 15:02, Felipe Gasper via Exim-users wrote:
>> [pid 25596] write(4</var/log/exim_mainlog>, "2021-03-30 10:55:28 1lRGiG-0006eq-QA <= canada@??? H=(felipes-mbp.lan) [10.3.4.84]:49684 P=esmtpsa X=TLS1.2:ECDHE-RSA-AES128-GCM-SHA256:128 CV=no A=dovecot_plain:mailer S=381 T=\"Test sent from ./smtp_send_test.pl\" for felipe@???\n", 254) = 254
>
> I'd be interested in knowing whether Exim gave an SMTP response accepting the data
> phase of the message.
>
>> [pid 25596] rt_sigprocmask(SIG_BLOCK, [ALRM], [], 8) = 0
>> [pid 25596] setitimer(ITIMER_REAL, {it_interval={tv_sec=0, tv_usec=0}, it_value={tv_sec=7198, tv_usec=625000}}, NULL) = 0
>> [pid 25596] rt_sigsuspend(~[ALRM RTMIN RT_1], 8
>> -----
>>     … and there it hangs. The socket never closes, so the client eventually times out the connection.

>
> ... because if it did, your test script ought to record the message as having
> been properly sent. The closing of the TCP connection is a seperable issue.


No, I see no such response.

My test script sends: "DATA\r\nFrom: canada@???\r\nSubject: Test sent from ./smtp_send_test.pl\r\n\r\nThis is a test.\r\n.\r\nQUIT\r\n"

The server later sends "354 Enter message, ending with \".\" on a line by itself\r\n", 56354 Enter message, ending with "." on a line by itself", but I think that’s just in response to successful authentication?

-F