]> git.netwichtig.de Git - user/henk/code/exim.git/blob - test/scripts/4600-SPF/4600
58239487978e6957243e62ce3959d96f1bc45fa7
[user/henk/code/exim.git] / test / scripts / 4600-SPF / 4600
1 # acl condition and variables
2 #
3 # The 127.0.0.1 source addr seems to be a builtin in the spf library; no dns lookup is done.
4 # HOSTIPV4 does get a series of lookups (see server debug output to verify that).
5 #
6 exim -bd -DSERVER=server -oX PORT_D:PORT_S:PORT_N
7 ****
8 client 127.0.0.1 PORT_S
9 ??? 220
10 helo testclient
11 ??? 250
12 mail from:<a@example.com>
13 ??? 250
14 rcpt to:<fred@test.ex>
15 ??? 250
16 quit
17 ****
18 client HOSTIPV4 PORT_S
19 ??? 220
20 helo testclient
21 ??? 250
22 mail from:<b@test.example.com>
23 ??? 250
24 rcpt to:<fred@test.ex>
25 ??? 250
26 quit
27 ****
28 client 127.0.0.1 PORT_D
29 ??? 220
30 helo testclient
31 ??? 250
32 mail from:<c@example.com>
33 ??? 250
34 rcpt to:<fred@test.ex>
35 ??? 250
36 quit
37 ****
38 client HOSTIPV4 PORT_D
39 ??? 220
40 helo testclient
41 ??? 250
42 mail from:<b@test.example.com>
43 ??? 250
44 rcpt to:<fred@test.ex>
45 ??? 550
46 quit
47 ****
48 client 127.0.0.1 PORT_N
49 ??? 220
50 helo testclient
51 ??? 250
52 mail from:<c@example.com>
53 ??? 250
54 rcpt to:<fred@test.ex>
55 ??? 550
56 quit
57 ****
58 #
59 killdaemon