Testsuite: output changes resulting
[exim.git] / test / stdout / 4030
1 ### non-prox plain receive
2 Connecting to 127.0.0.1 port 1225 ... connected
3 ??? 220
4 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
5 >>> HELO clientname
6 ??? 250
7 <<< 250 myhost.test.ex Hello clientname [IP_LOOPBACK_ADDR]
8 >>> MAIL FROM:<a@test.ex>
9 ??? 250
10 <<< 250 OK
11 >>> RCPT TO:<b@test.ex>
12 ??? 250
13 <<< 250 Accepted
14 >>> DATA
15 ??? 354
16 <<< 354 Enter message, ending with "." on a line by itself
17 >>> Subject: test
18 >>> 
19 >>> body
20 >>> .
21 ??? 250
22 <<< 250 OK id=10HmaX-0005vi-00
23 >>> QUIT
24 ??? 221
25 <<< 221 myhost.test.ex closing connection
26 End of script
27 ### protocol v1 plain receive
28 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
29 >>> PROXY TCP4 127.0.0.2 127.42.42.42 64000 25
30 ??? 220
31 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
32 >>> HELO clientname
33 ??? 250
34 <<< 250 myhost.test.ex Hello clientname [127.0.0.2]
35 >>> MAIL FROM:<c@test.ex>
36 ??? 250
37 <<< 250 OK
38 >>> RCPT TO:<d@test.ex>
39 ??? 250
40 <<< 250 Accepted
41 >>> DATA
42 ??? 354
43 <<< 354 Enter message, ending with "." on a line by itself
44 >>> Subject: test
45 >>> 
46 >>> body
47 >>> .
48 ??? 250
49 <<< 250 OK id=10HmaY-0005vi-00
50 >>> QUIT
51 ??? 221
52 <<< 221 myhost.test.ex closing connection
53 End of script
54 ### protocol v2 plain receive
55 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
56 >>> \x0D\x0A\x0D\x0A\x00\x0D\x0A\x51\x55\x49\x54\x0A\x21\x11\x00\x0c\x7f\x00\x00\x02\x7f\x2a\x2a\x2a\xc2\x95\x04\x01
57 ??? 220
58 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
59 >>> HELO clientname
60 ??? 250
61 <<< 250 myhost.test.ex Hello clientname [127.0.0.2]
62 >>> MAIL FROM:<e@test.ex>
63 ??? 250
64 <<< 250 OK
65 >>> RCPT TO:<f@test.ex>
66 ??? 250
67 <<< 250 Accepted
68 >>> DATA
69 ??? 354
70 <<< 354 Enter message, ending with "." on a line by itself
71 >>> Subject: test
72 >>> 
73 >>> body
74 >>> .
75 ??? 250
76 <<< 250 OK id=10HmaZ-0005vi-00
77 >>> QUIT
78 ??? 221
79 <<< 221 myhost.test.ex closing connection
80 End of script
81 ### proxy timeout
82 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
83 ??? 220
84 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
85 >>> PROXY TCP4 127.0.0.2 127.42.42.42 64000 25
86 ??? 503
87 <<< 503 Command refused, required Proxy negotiation failed
88 >>> QUIT
89 ??? 221
90 <<< 221 myhost.test.ex closing connection
91 End of script
92
93 ******** SERVER ********
94 ### non-prox plain receive
95 ### protocol v1 plain receive
96 ### protocol v2 plain receive
97 ### proxy timeout