Test case for retry_include_ip_address
[exim.git] / test / stdout / 0480
1
2 **** SMTP testing session as if from host 1.2.3.4
3 **** but without any ident (RFC 1413) callback.
4 **** This is not for real!
5
6 220 host.V4NET.0.0.1 ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
7 250 host.V4NET.0.0.1 Hello a.b.c [1.2.3.4]
8 221 host.V4NET.0.0.1 closing connection
9
10 **** SMTP testing session as if from host 1.2.3.4
11 **** but without any ident (RFC 1413) callback.
12 **** This is not for real!
13
14 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
15 250 the.local.host.name Hello a.b.c [1.2.3.4]
16 221 the.local.host.name closing connection
17
18 **** SMTP testing session as if from host 1.2.3.4
19 **** but without any ident (RFC 1413) callback.
20 **** This is not for real!
21
22 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
23 250 the.local.host.name Hello a.b.c [1.2.3.4]
24 221 the.local.host.name closing connection
25 Connecting to 127.0.0.1 port 1225 ... connected
26 ??? 220
27 <<< 220 host.127.0.0.1 ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
28 >>> helo foobar
29 ??? 250
30 <<< 250 host.127.0.0.1 Hello foobar [127.0.0.1]
31 >>> mail from:<>
32 ??? 250
33 <<< 250 OK
34 >>> rcpt to:<userx@test.ex>
35 ??? 250
36 <<< 250 Accepted
37 >>> data
38 ??? 354
39 <<< 354 Enter message, ending with "." on a line by itself
40 >>> .
41 ??? 250
42 <<< 250 OK id=10HmaX-0005vi-00
43 >>> quit
44 ??? 221
45 <<< 221 host.127.0.0.1 closing connection
46 End of script
47 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
48 ??? 220
49 <<< 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
50 >>> helo foobar
51 ??? 250
52 <<< 250 the.local.host.name Hello foobar [ip4.ip4.ip4.ip4]
53 >>> quit
54 ??? 221
55 <<< 221 the.local.host.name closing connection
56 End of script