Testsuite: output changes resulting
[exim.git] / test / stdout / 5102
1
2 ******** SERVER ********
3 Listening on TESTSUITE/test.socket ... 
4 Connection request
5 220
6 LHLO myhost.test.ex
7 220 OK
8 MAIL FROM:<CALLER@myhost.test.ex>
9 250 OK
10 RCPT TO:<userx@myhost.test.ex>
11 250 OK
12 DATA
13 334 send more
14 Received: from CALLER by myhost.test.ex with local (Exim x.yz)
15         (envelope-from <CALLER@myhost.test.ex>)
16         id 10HmaX-0005vi-00
17         for userx@myhost.test.ex;
18         Tue, 2 Mar 1999 09:44:33 +0000
19 Message-Id: <E10HmaX-0005vi-00@myhost.test.ex>
20 From: CALLER_NAME <CALLER@myhost.test.ex>
21 Date: Tue, 2 Mar 1999 09:44:33 +0000
22
23 This is a test message.
24 .
25 250 OK
26 QUIT
27 250 OK
28 End of script
29 Listening on TESTSUITE/test.socket ... 
30 Connection request
31 *sleep 3
32 End of script
33 Listening on TESTSUITE/test.socket ... 
34 Connection request
35 440 Sorry, there's a problem here
36 End of script
37 Listening on TESTSUITE/test.socket ... 
38 Connection request
39 220 Welcome to this LMTP simulation
40 LHLO myhost.test.ex
41 250-Hello there
42 250 SIZE
43 MAIL FROM:<CALLER@myhost.test.ex>
44 550 Don't like that sender
45 QUIT
46 250 OK
47 End of script
48 Listening on TESTSUITE/test.socket ... 
49 Connection request
50 220 Welcome to this LMTP simulation
51 LHLO myhost.test.ex
52 250-Hello there
53 250 SIZE
54 MAIL FROM:<CALLER@myhost.test.ex>
55 250 OK
56 RCPT TO:<lp1@myhost.test.ex>
57 250 OK
58 RCPT TO:<lp2@myhost.test.ex>
59 250 OK
60 RCPT TO:<lp3@myhost.test.ex>
61 250 OK
62 RCPT TO:<lp4@myhost.test.ex>
63 450 This one is delayed on RCPT
64 RCPT TO:<lp5@myhost.test.ex>
65 550 This one is unknown on RCPT
66 RCPT TO:<lp6@myhost.test.ex>
67 250 OK
68 DATA
69 354 Send it
70 Received: from CALLER by myhost.test.ex with local (Exim x.yz)
71         (envelope-from <CALLER@myhost.test.ex>)
72         id 10HmbA-0005vi-00;
73         Tue, 2 Mar 1999 09:44:33 +0000
74 Message-Id: <E10HmbA-0005vi-00@myhost.test.ex>
75 From: CALLER_NAME <CALLER@myhost.test.ex>
76 Date: Tue, 2 Mar 1999 09:44:33 +0000
77
78 This is a test message
79 .
80 250 Number 1 is OK
81 450 Number 2 is now delayed
82 550 Number 3 is now rejected
83 250 Number 6 is OK
84 QUIT
85 250 OK
86 End of script