Follow CNAME chains only one step. Bug 2264
[exim.git] / test / stdout / 4530
CommitLineData
328c5688
JH
1Connecting to 127.0.0.1 port 1224 ... connected
2??? 220
3<<< 220 testhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4>>> EHLO xxx
5??? 250-
6<<< 250-testhost.test.ex Hello xxx [127.0.0.1]
7??? 250-
8<<< 250-SIZE 52428800
9??? 250-
10<<< 250-8BITMIME
11??? 250-
12<<< 250-PIPELINING
13??? 250-
14<<< 250-CHUNKING
15??? 250
16<<< 250 HELP
17>>> MAIL FROM:<CALLER@bloggs.com>
18??? 250
19<<< 250 OK
20>>> RCPT TO:<z@test.ex>
21??? 250
22<<< 250 Accepted
23>>> DATA
24??? 354
25<<< 354 Enter message, ending with "." on a line by itself
26>>> Subject: simple test
27>>>
28>>> Line 1: This is a simple test.
29>>> Line 2: This is a simple test.
30>>> ..Line 3 has a leading dot
31>>> last line: 4
32>>> .
33??? 250
1c3c17d1 34<<< 250 OK id=10HmaZ-0005vi-00
328c5688
JH
35>>> QUIT
36??? 221
37<<< 221 testhost.test.ex closing connection
38End of script
39Connecting to 127.0.0.1 port 1224 ... connected
40??? 220
41<<< 220 testhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
42>>> EHLO xxx
43??? 250-
44<<< 250-testhost.test.ex Hello xxx [127.0.0.1]
45??? 250-
46<<< 250-SIZE 52428800
47??? 250-
48<<< 250-8BITMIME
49??? 250-
50<<< 250-PIPELINING
51??? 250-
52<<< 250-CHUNKING
53??? 250
54<<< 250 HELP
55>>> MAIL FROM:<CALLER@bloggs.com>
56??? 250
57<<< 250 OK
58>>> RCPT TO:<y@test.ex>
59??? 250
60<<< 250 Accepted
61>>> BDAT 129 LAST
62>>> Subject: simple test
63>>>
64>>> Line 1: This is a simple test.
65>>> Line 2: This is a simple test.
66>>> .Line 3 has a leading dot
67>>> last line: 4
68??? 250-
69<<< 250- 129 byte chunk, total 129
70??? 250
1c3c17d1 71<<< 250 OK id=10HmbA-0005vi-00
328c5688
JH
72>>> QUIT
73??? 221
74<<< 221 testhost.test.ex closing connection
75End of script