hosts_require_helo
[exim.git] / test / stdout / 0251
1
2 **** SMTP testing session as if from host V4NET.0.0.0
3 **** but without any ident (RFC 1413) callback.
4 **** This is not for real!
5
6 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
7 250 myhost.test.ex Hello test [V4NET.0.0.0]\r
8 250 OK\r
9 250 Accepted\r
10 250 Reset OK\r
11 250 OK\r
12 250 Accepted\r
13 221 myhost.test.ex closing connection\r
14 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
15 ??? 220
16 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
17 >>> helo test
18 ??? 250
19 <<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4]
20 >>> mail from:<ok@sender>
21 ??? 250
22 <<< 250 OK
23 >>> rcpt to:<oklist@listr.test.ex>
24 ??? 250
25 <<< 250 Accepted
26 >>> rset
27 ??? 250
28 <<< 250 Reset OK
29 >>> mail from:<bad@sender>
30 ??? 250
31 <<< 250 OK
32 >>> rcpt to:<oklist@listr.test.ex>
33 ??? 250
34 <<< 250 Accepted
35 >>> quit
36 ??? 221
37 <<< 221 myhost.test.ex closing connection
38 End of script