Testsuite: fix 0903
[exim.git] / test / scripts / 0000-Basic / 0480
1 # smtp_active_hostname
2 need_ipv4
3 #
4 exim -bh 1.2.3.4 -oMi V4NET.0.0.1
5 helo a.b.c
6 quit
7 ****
8 exim -bh 1.2.3.4 -oMi V4NET.0.0.2
9 helo a.b.c
10 quit
11 ****
12 1
13 exim -bh 1.2.3.4 -oMi V4NET.0.0.3
14 helo a.b.c
15 quit
16 ****
17 exim -bh 1.2.3.4 -oMi V4NET.0.0.4
18 helo a.b.c
19 quit
20 ****
21 exim -DSERVER=server -DIP1=127.0.0.1 -DIP2=HOSTIPV4 -bd -oX PORT_D
22 ****
23 client 127.0.0.1 PORT_D
24 ??? 220
25 helo foobar
26 ??? 250
27 mail from:<>
28 ??? 250
29 rcpt to:<userx@test.ex>
30 ??? 250
31 data
32 ??? 354
33 .
34 ??? 250
35 quit
36 ??? 221
37 ****
38 # Wait for it to be delivered
39 sleep 1
40 client HOSTIPV4 PORT_D
41 ??? 220
42 helo foobar
43 ??? 250
44 quit
45 ??? 221
46 ****
47 killdaemon
48 no_msglog_check