debian experimental exim-daemon-heavy config
[exim.git] / test / stdout / 0623
1
2 **** SMTP testing session as if from host 99.99.99.99
3 **** but without any ident (RFC 1413) callback.
4 **** This is not for real!
5
6 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
7 250 the.local.host.name Hello tester [99.99.99.99]
8 250 OK
9 250 Accepted
10 354 Enter message, ending with "." on a line by itself
11 250 OK id=10HmbA-0005vi-00
12
13 **** SMTP testing: that is not a real message id!
14
15 250 Reset OK
16 250 OK
17 250 Accepted
18 354 Enter message, ending with "." on a line by itself
19 250 OK id=10HmbB-0005vi-00
20
21 **** SMTP testing: that is not a real message id!
22
23 221 the.local.host.name closing connection
24 Connecting to 127.0.0.1 port 1225 ... connected
25 ??? 220
26 <<< 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
27 >>> HELO tester
28 ??? 250
29 <<< 250 the.local.host.name Hello tester [127.0.0.1]
30 >>> MAIL FROM:<a@test.ex>
31 ??? 250
32 <<< 250 OK
33 >>> RCPT TO:<fred@good1.ex>
34 ??? 250
35 <<< 250 Accepted
36 >>> DATA
37 ??? 354
38 <<< 354 Enter message, ending with "." on a line by itself
39 >>> .
40 ??? 250
41 <<< 250 OK id=10HmaY-0005vi-00
42 >>> RSET
43 ??? 250
44 <<< 250 Reset OK
45 >>> MAIL FROM:<b@test.ex>
46 ??? 250
47 <<< 250 OK
48 >>> RCPT TO:<jim@good2.ex>
49 ??? 250
50 <<< 250 Accepted
51 >>> DATA
52 ??? 354
53 <<< 354 Enter message, ending with "." on a line by itself
54 >>> .
55 ??? 250
56 <<< 250 OK id=10HmaZ-0005vi-00
57 >>> QUIT
58 End of script
59 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
60 250 the.local.host.name Hello CALLER at tester
61 250 OK
62 250 Accepted
63 354 Enter message, ending with "." on a line by itself
64 250 OK id=10HmaX-0005vi-00
65 221 the.local.host.name closing connection