summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0070
blob: 67d53b828aef5961b439c11762f1382ac639d040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# helo_verify_hosts and helo_try_verify_hosts
exim -bh V4NET.0.0.1
mail from:<userx@cus.cam.ac.uk>
quit
****
exim -bh V4NET.0.0.13
mail from:<userx@cus.cam.ac.uk>
rcpt to:<a@b>
quit
****
exim -bh V4NET.0.0.2
helo [V4NET.0.0.1]
mail from:<a@b>
rcpt to:<c@d>
quit
****
exim -bh V4NET.0.0.2
helo [V4NET.0.0.2]
mail from:<a@b>
rcpt to:<c@d>
quit
****
exim -bh V4NET.0.0.1
helo ten-1.test.ex
quit
****
exim -bh V4NET.0.0.3
helo ten-3.test.ex
helo ten-3-alias.test.ex
helo ten-3xtra.test.ex
quit
****
exim -bh V4NET.0.0.1
ehlo rhubarb
quit
****
# This is a special IP address that provokes a temporary lookup failure
exim -DHVH=99.99.99.99 -bh 99.99.99.99
ehlo rhubarb
quit
****
exim -bh V4NET.0.0.13
helo [V4NET.0.0.99]
mail from:<a@b>
rcpt to:<c@d>
quit
****
exim -bh V4NET.0.0.13
helo [V4NET.0.0.13]
mail from:<a@b>
rcpt to:<c@d>
quit
****
# Temporary lookup when not in helo_try_verify_hosts
exim -bh 99.99.99.99
ehlo rhubarb
mail from:<a@b>
rcpt to:<c@d>
quit
****