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
2 250 OK
3 550-Postmaster verification failed while checking <Ok@localhost>
4 550-Called: 127.0.0.1
5 550-Sent: RCPT TO:<postmaster@localhost>
6 550-Response: 550 NO
7 550-Several RFCs state that you are required to have a postmaster
8 550-mailbox for each mail domain. This host does not accept mail
9 550-from domains whose servers reject the postmaster address.
10 550 Sender verify failed
11 250 Accepted
12 221 myhost.test.ex closing connection
13 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
14 250 OK
15 550-Verification failed for <NOTok@elsewhere>
16 550-Called: 127.0.0.1
17 550-Sent: RCPT TO:<NOTok@elsewhere>
18 550-Response: 550 NO
19 550 Sender verify failed
20 221 myhost.test.ex closing connection
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