Fix 2-phase, in-order queue run delivery order
[exim.git] / test / stdout / 5708
1 Connecting to 127.0.0.1 port 1225 ... connected
2 ??? 220
3 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4 >>> HELO nonexistent.test.ex
5 ??? 250
6 <<< 250 myhost.test.ex Hello nonexistent.test.ex [127.0.0.1]
7 >>> MAIL FROM:<a@b>
8 ??? 250
9 <<< 250 OK
10 >>> RCPT TO:<c@d>
11 ??? 550
12 <<< 550 Administrative prohibition
13 >>> QUIT
14 ??? 221
15 <<< 221 myhost.test.ex closing connection
16 End of script
17 Connecting to 127.0.0.1 port 1225 ... connected
18 ??? 220
19 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
20 >>> HELO badcname.test.ex
21 ??? 250
22 <<< 250 myhost.test.ex Hello badcname.test.ex [127.0.0.1]
23 >>> MAIL FROM:<a@b>
24 ??? 250
25 <<< 250 OK
26 >>> RCPT TO:<c@d>
27 ??? 550
28 <<< 550 Administrative prohibition
29 >>> QUIT
30 ??? 221
31 <<< 221 myhost.test.ex closing connection
32 End of script
33 Connecting to 127.0.0.1 port 1225 ... connected
34 ??? 220
35 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
36 >>> HELO test.again.dns
37 ??? 250
38 <<< 250 myhost.test.ex Hello test.again.dns [127.0.0.1]
39 >>> MAIL FROM:<a@b>
40 ??? 250
41 <<< 250 OK
42 >>> RCPT TO:<c@d>
43 ??? 550
44 <<< 550 Administrative prohibition
45 >>> QUIT
46 ??? 221
47 <<< 221 myhost.test.ex closing connection
48 End of script
49 Connecting to 127.0.0.1 port 1225 ... connected
50 ??? 220
51 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
52 >>> HELO localhost
53 ??? 250
54 <<< 250 myhost.test.ex Hello localhost [127.0.0.1]
55 >>> MAIL FROM:<a@b>
56 ??? 250
57 <<< 250 OK
58 >>> RCPT TO:<bad_A@nonexistent.test.ex>
59 ??? 250 Accepted
60 <<< 250 Accepted
61 >>> DATA
62 ??? 354
63 <<< 354 Enter message, ending with "." on a line by itself
64 >>> Subject: test
65 >>> .
66 ??? 250
67 <<< 250 OK id=10HmaX-000000005vi-0000
68 >>> QUIT
69 ??? 221
70 <<< 221 myhost.test.ex closing connection
71 End of script