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