More test commits.
[exim.git] / test / stdout / 0462
1 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
2 250 OK\r
3 550-Postmaster verification failed while checking <Ok@localhost>\r
4 550-Called:   127.0.0.1\r
5 550-Sent:     RCPT TO:<postmaster@localhost>\r
6 550-Response: 550 NO\r
7 550-Several RFCs state that you are required to have a postmaster\r
8 550-mailbox for each mail domain. This host does not accept mail\r
9 550-from domains whose servers reject the postmaster address.\r
10 550 Sender verify failed\r
11 250 Accepted\r
12 221 myhost.test.ex closing connection\r
13 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
14 250 OK\r
15 550-Verification failed for <NOTok@elsewhere>\r
16 550-Called:   127.0.0.1\r
17 550-Sent:     RCPT TO:<NOTok@elsewhere>\r
18 550-Response: 550 NO\r
19 550 Sender verify failed\r
20 221 myhost.test.ex closing connection\r
21
22 ******** SERVER ********
23 Listening on port 1224 ... 
24 Connection request from [127.0.0.1]
25 220 Server ready
26 HELO myhost.test.ex
27 250 OK
28 MAIL FROM:<>
29 250 OK
30 RCPT TO:<Ok@localhost>
31 250 OK
32 RSET
33 250 OK
34 MAIL FROM:<>
35 250 OK
36 RCPT TO:<postmaster@localhost>
37 550 NO
38 QUIT
39 250 OK
40 End of script
41 Listening on port 1224 ... 
42 Connection request from [127.0.0.1]
43 220 Server ready
44 HELO myhost.test.ex
45 250 OK
46 MAIL FROM:<>
47 250 OK
48 RCPT TO:<NOTok@elsewhere>
49 550 NO
50 QUIT
51 250 OK
52 End of script