hosts_require_helo
[exim.git] / test / scripts / 0000-Basic / 0065
1 # Relay by hostlist matching by network
2 exim -bh 1.2.3.4
3 helo test
4 mail from:<userx@somehost.example.com>
5 rcpt to:<userx@test.ex>
6 rcpt to:<userx@anotherhost.example.com>
7 data
8 .
9 quit
10 ****
11 exim -bh 1.2.3.5
12 helo test
13 mail from:<userx@somehost.example.com>
14 rcpt to:<userx@test.ex>
15 rcpt to:<userx@anotherhost.example.com>
16 data
17 .
18 quit
19 ****
20 exim -bh 1.2.4.5
21 helo test
22 mail from:<userx@somehost.example.com>
23 rcpt to:<userx@test.ex>
24 rcpt to:<userx@anotherhost.example.com>
25 data
26 .
27 quit
28 ****
29 exim -bh 1.3.2.4
30 helo test
31 mail from:<userx@somehost.example.com>
32 rcpt to:<userx@test.ex>
33 rcpt to:<userx@anotherhost.example.com>
34 data
35 .
36 quit
37 ****
38 exim -bh 131.111.8.2
39 helo test
40 mail from:<userx@somehost.example.com>
41 rcpt to:<userx@test.ex>
42 rcpt to:<userx@anotherhost.example.com>
43 data
44 .
45 quit
46 ****
47 exim -bh 192.152.98.3
48 helo test
49 mail from:<userx@somehost.example.com>
50 rcpt to:<userx@test.ex>
51 rcpt to:<userx@anotherhost.example.com>
52 data
53 .
54 quit
55 ****
56 exim -bh 192.153.98.4
57 helo test
58 mail from:<userx@somehost.example.com>
59 rcpt to:<userx@test.ex>
60 rcpt to:<userx@anotherhost.example.com>
61 data
62 .
63 quit
64 ****
65 no_msglog_check