Fix GNU/Hurd build. Bug 3044
[exim.git] / test / scripts / 0000-Basic / 0432
1 # callout with -bh and -bhc
2 need_ipv4
3 #
4 exim -bh 1.2.3.4
5 helo test
6 mail from:<x@y>
7 quit
8 ****
9 server PORT_S
10 220 server ready
11 EHLO
12 250 OK
13 MAIL
14 250 OK
15 RCPT
16 250 OK
17 QUIT
18 220 OK
19 ****
20 exim -d -bhc 1.2.3.4
21 helo test
22 mail from:<x@y>
23 quit
24 ****
25 exim -d -bhc 1.2.3.4
26 helo test
27 mail from:<x@y>
28 quit
29 ****
30 exim -bhc 1.2.3.4
31 helo test
32 mail from:<x@y>
33 quit
34 ****
35 server PORT_S
36 220 server ready
37 EHLO
38 250 OK
39 MAIL
40 250 OK
41 RCPT
42 250 OK
43 QUIT
44 220 OK
45 ****
46 exim -bhc 1.2.3.4
47 helo test
48 mail from:<a@b>
49 quit
50 ****
51 # Timeout stuff
52 server PORT_S
53 220 server ready
54 EHLO
55 *sleep 2
56 *eof
57 ****
58 exim -bhc 1.2.3.4
59 helo test
60 mail from:<p1@q>
61 quit
62 ****