Debug: pass ACL-initiated debug through spool residency
[exim.git] / test / stdout / 0628
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 >>> EHLO test.ex
5 ??? 250-
6 <<< 250-myhost.test.ex Hello test.ex [127.0.0.1]
7 ??? 250-
8 <<< 250-SIZE 52428800
9 ??? 250-
10 <<< 250-8BITMIME
11 ??? 250-
12 <<< 250-PIPELINING
13 ??? 250 
14 <<< 250 HELP
15 >>> MAIL FROM:<tester@test.ex>
16 ??? 250
17 <<< 250 OK
18 >>> RCPT TO:<dest@test.ex>
19 ??? 250
20 <<< 250 Accepted
21 >>> DATA
22 ??? 354
23 <<< 354 Enter message, ending with "." on a line by itself
24 >>> Subject: test
25 >>> 
26 >>> body
27 >>> .
28 ??? 250
29 <<< 250 OK id=10HmaX-0005vi-00
30 >>> QUIT
31 ??? 221
32 <<< 221 myhost.test.ex closing connection
33 End of script
34 Connecting to 127.0.0.1 port 1225 ... connected
35 ??? 220
36 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
37 >>> EHLO test.ex
38 ??? 250-
39 <<< 250-myhost.test.ex Hello test.ex [127.0.0.1]
40 ??? 250-
41 <<< 250-SIZE 52428800
42 ??? 250-
43 <<< 250-8BITMIME
44 ??? 250-
45 <<< 250-PIPELINING
46 ??? 250 
47 <<< 250 HELP
48 >>> MAIL FROM:<tester2@test.ex>
49 ??? 250
50 <<< 250 OK
51 >>> RCPT TO:<dest2@test.ex>
52 ??? 250
53 <<< 250 Accepted
54 >>> DATA
55 ??? 354
56 <<< 354 Enter message, ending with "." on a line by itself
57 >>> Subject: test.
58 >>> 
59 >>> body
60 >>> .
61 ??? 250
62 <<< 250 OK id=10HmaY-0005vi-00
63 >>> QUIT
64 ??? 221
65 <<< 221 myhost.test.ex closing connection
66 End of script