2775d20ef6f6ad94ff269368e6978a6a36214c76
[exim.git] / test / scripts / 0000-Basic / 0211
1 # SMTP connection & EHLO/HELO error responses (+log_sender_on_delivery)
2 need_ipv4
3 munge optional_dsn_info
4 #
5 server PORT_S
6 450 I'm busy
7 QUIT
8 250 OK
9 ****
10 exim -odi userx@domain1
11 Test message 1
12 ****
13 server PORT_S
14 220 Connected OK
15 EHLO
16 450 I'm busy
17 HELO
18 450 I'm busy
19 QUIT
20 250 OK
21 ****
22 exim -qf
23 ****
24 server PORT_S
25 550 Go away
26 QUIT
27 250 OK
28 ****
29 exim -qf
30 ****
31 server PORT_S
32 220 Connected OK
33 EHLO
34 550 Go away
35 HELO
36 550 Go away
37 QUIT
38 250 OK
39 ****
40 exim -odi userx@domain1 usery@domain2
41 Test message 2
42 ****