Hopefully the final lot of test files.
[exim.git] / test / scripts / 0000-Basic / 0458
CommitLineData
59371ea7
PH
1# logging smtp protocol errors and pipelining
2need_ipv4
3#
4exim -bd -DSERVER=server -oX PORT_D
5****
6client 127.0.0.1 PORT_D
7??? 220
8ehlo rhu.barb
9??? 250-
10??? 250-
11??? 250-
12??? 250
13mail from:<userx@test.ex>
14??? 250
15rcpt to:<userx@test.ex>
16??? 550
17DATA
18??? 503
19QUIT
20??? 221
21****
22client 127.0.0.1 PORT_D
23??? 220
24helo rhu.barb
25??? 250
26mail from:<userx@test.ex>
27??? 250
28rcpt to:<userx@test.ex>
29??? 550
30DATA
31??? 503
32QUIT
33??? 221
34****
35client 127.0.0.1 PORT_D
36??? 220
37ehlo rhu.barb
38??? 250-
39??? 250-
40??? 250-
41??? 250
42mail from:<deny@test.ex>
43??? 550
44rcpt to:<userx@test.ex>
45??? 503
46DATA
47??? 503
48QUIT
49??? 221
50****
51client 127.0.0.1 PORT_D
52??? 220
53helo rhu.barb
54??? 250
55mail from:<deny@test.ex>
56??? 550
57rcpt to:<userx@test.ex>
58??? 503
59DATA
60??? 503
61QUIT
62??? 221
63****
64client 127.0.0.1 PORT_D
65??? 220
66ehlo rhu.barb
67??? 250-
68??? 250-
69??? 250-
70??? 250
71mail from:<userx@test.ex>
72??? 250
73rcpt to:<userx@test.ex>
74??? 550
75rcpt to:<ph11@test.ex>
76??? 550
77rcpt to:<ph12@test.ex>
78??? 550
79DATA
80??? 503
81QUIT
82??? 221
83****
84client 127.0.0.1 PORT_D
85??? 220
86helo rhu.barb
87??? 250
88mail from:<userx@test.ex>
89??? 250
90rcpt to:<userx@test.ex>
91??? 550
92rcpt to:<ph11@test.ex>
93??? 550
94rcpt to:<ph12@test.ex>
95??? 550
96DATA
97??? 503
98QUIT
99??? 221
100****
101client 127.0.0.1 PORT_D
102??? 220
103ehlo rhu.barb
104??? 250-
105??? 250-
106??? 250-
107??? 250
108rcpt to:<userx@test.ex>
109??? 503
110DATA
111??? 503
112QUIT
113??? 221
114****
115killdaemon
116# Wait for delivery process
117sleep 1
118no_msglog_check