Bug 1454: Option -oMm for message reference
[exim.git] / test / scripts / 0000-Basic / 0211
CommitLineData
59371ea7
PH
1# SMTP connection & EHLO/HELO error responses (+log_sender_on_delivery)
2need_ipv4
3#
4server PORT_S
5450 I'm busy
6QUIT
7250 OK
8****
9exim -odi userx@domain1
10Test message 1
11****
12server PORT_S
13220 Connected OK
14EHLO
15450 I'm busy
16HELO
17450 I'm busy
18QUIT
19250 OK
20****
21exim -qf
22****
23server PORT_S
24550 Go away
25QUIT
26250 OK
27****
28exim -qf
29****
30server PORT_S
31220 Connected OK
32EHLO
33550 Go away
34HELO
35550 Go away
36QUIT
37250 OK
38****
39exim -odi userx@domain1 usery@domain2
40Test message 2
41****