Debug: "kill" option on ACL control=debug. Bug 1831
[exim.git] / test / scripts / 0000-Basic / 0565
CommitLineData
12dd53c7
PP
1# headers_only in SMTP
2need_ipv4
3server -noipv6 PORT_S
4220 ESMTP
5EHLO
6250-OK
7250 HELP
8MAIL FROM:
9250 Sender OK
10RCPT TO:
11250 Receiver OK
12DATA
13354 Send it
14.
15250 OK (wizzle)
16QUIT
17221 bye
18****
19exim -odf -bs
20mail from:<postmaster@y>
21rcpt to:<x@y>
22data
23From: postmaster@y
24To: x@y
25Subject: first test message
26
27This is the FIRST message body.
28.
29quit
30****
31server -noipv6 PORT_S
32220 ESMTP
33EHLO
34250-OK
35250 HELP
36MAIL FROM:
37250 Sender OK
38RCPT TO:
39250 Receiver OK
40DATA
41354 Send it
42.
43250 OK (wizzle)
44QUIT
45221 bye
46****
47exim -odf -bs
48mail from:<postmaster@y>
49rcpt to:<x@test.ex>
50data
51From: postmaster@y
52To: x@y
53Subject: second test message
54
55This is the SECOND message body.
56.
57quit
58****