Debug: clarify SMTP DATA ops in transport
[exim.git] / test / stderr / 1160
1 LOG: queue_run MAIN
2   Start queue run: pid=pppp -qf
3 delivering 10HmaX-0005vi-00 (queue run pid pppp)
4 Connecting to 127.0.0.1 [127.0.0.1]:1225 ...  connected
5   SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
6   SMTP>> EHLO helo.data.changed
7   SMTP<< 250-myhost.test.ex Hello helo.data.changed [127.0.0.1]
8          250-SIZE 52428800
9          250-8BITMIME
10          250-PIPELINING
11          250 HELP
12   SMTP|> MAIL FROM:<CALLER@myhost.test.ex> SIZE=ssss
13   SMTP|> RCPT TO:<CALLER@test.ex>
14   SMTP>> DATA
15   SMTP<< 250 OK
16   SMTP<< 250 Accepted
17   SMTP<< 354 Enter message, ending with "." on a line by itself
18   SMTP>> (writing message)
19   SMTP>> .
20   SMTP>> QUIT
21   SMTP<< 250 OK id=10HmaZ-0005vi-00
22   SMTP<< 221 myhost.test.ex closing connection
23   SMTP(close)>>
24 cmdlog: '220:EHLO:250-:MAIL|:RCPT|:DATA:250:250:354:.:QUIT:250:221'
25 LOG: MAIN
26   => CALLER@test.ex R=client T=send_to_server1 H=127.0.0.1 [127.0.0.1] X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=yes C="250 OK id=10HmaZ-0005vi-00"
27 LOG: MAIN
28   Completed
29 delivering 10HmaY-0005vi-00 (queue run pid pppp)
30 Connecting to 127.0.0.1 [127.0.0.1]:1225 ...  connected
31   SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
32   SMTP>> EHLO helo.data.changed
33   SMTP<< 250-myhost.test.ex Hello helo.data.changed [127.0.0.1]
34          250-SIZE 52428800
35          250-8BITMIME
36          250-PIPELINING
37          250 HELP
38   SMTP|> MAIL FROM:<CALLER@myhost.test.ex> SIZE=ssss
39   SMTP|> RCPT TO:<CALLER@test.ex>
40   SMTP|> RCPT TO:<xyz@test.ex>
41   SMTP>> DATA
42   SMTP<< 250 OK
43   SMTP<< 250 Accepted
44   SMTP<< 250 Accepted
45   SMTP<< 354 Enter message, ending with "." on a line by itself
46   SMTP>> (writing message)
47   SMTP>> .
48   SMTP>> QUIT
49   SMTP<< 250 OK id=10HmbA-0005vi-00
50   SMTP<< 221 myhost.test.ex closing connection
51   SMTP(close)>>
52 cmdlog: '220:EHLO:250-:MAIL|:RCPT|:RCPT|:DATA:250:250:250:354:.:QUIT:250:221'
53 LOG: MAIN
54   => CALLER@test.ex R=client T=send_to_server1 H=127.0.0.1 [127.0.0.1] X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=yes C="250 OK id=10HmbA-0005vi-00"
55 LOG: MAIN
56   -> xyz@test.ex R=client T=send_to_server1 H=127.0.0.1 [127.0.0.1] X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=yes C="250 OK id=10HmbA-0005vi-00"
57 Connecting to ip4.ip4.ip4.ip4 [ip4.ip4.ip4.ip4]:1225 ...  connected
58   SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
59   SMTP>> EHLO myhost.test.ex
60   SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
61          250-SIZE 52428800
62          250-8BITMIME
63          250-PIPELINING
64          250 HELP
65   SMTP|> MAIL FROM:<CALLER@myhost.test.ex> SIZE=ssss
66   SMTP|> RCPT TO:<abcd@test.ex>
67   SMTP>> DATA
68   SMTP<< 250 OK
69   SMTP<< 250 Accepted
70   SMTP<< 354 Enter message, ending with "." on a line by itself
71   SMTP>> (writing message)
72   SMTP>> .
73   SMTP>> QUIT
74   SMTP<< 250 OK id=10HmbB-0005vi-00
75   SMTP<< 221 myhost.test.ex closing connection
76   SMTP(close)>>
77 cmdlog: '220:EHLO:250-:MAIL|:RCPT|:DATA:250:250:354:.:QUIT:250:221'
78 LOG: MAIN
79   => abcd@test.ex R=client T=send_to_server2 H=ip4.ip4.ip4.ip4 [ip4.ip4.ip4.ip4] X=TLS1.x:ke-RSA-AES256-SHAnnn:xxx CV=yes C="250 OK id=10HmbB-0005vi-00"
80 LOG: MAIN
81   Completed
82 LOG: queue_run MAIN
83   End queue run: pid=pppp -qf
84
85 ******** SERVER ********