Testsuite: reorder for dependencies; rename TPDA to events
[exim.git] / test / scripts / 0000-Basic / 0211
CommitLineData
59371ea7
PH
1# SMTP connection & EHLO/HELO error responses (+log_sender_on_delivery)
2need_ipv4
d658adda 3munge optional_dsn_info
59371ea7
PH
4#
5server PORT_S
6450 I'm busy
7QUIT
8250 OK
9****
10exim -odi userx@domain1
11Test message 1
12****
13server PORT_S
14220 Connected OK
15EHLO
16450 I'm busy
17HELO
18450 I'm busy
19QUIT
20250 OK
21****
22exim -qf
23****
24server PORT_S
25550 Go away
26QUIT
27250 OK
28****
29exim -qf
30****
31server PORT_S
32220 Connected OK
33EHLO
34550 Go away
35HELO
36550 Go away
37QUIT
38250 OK
39****
40exim -odi userx@domain1 usery@domain2
41Test message 2
42****