Debug: list searching
[exim.git] / test / stderr / 0017
1 >>> host in hosts_connection_nolog? no (option unset)
2 >>> host in host_lookup? no (option unset)
3 >>> host in host_reject_connection? no (option unset)
4 >>> host in sender_unqualified_hosts? no (option unset)
5 >>> host in recipient_unqualified_hosts? no (option unset)
6 >>> host in helo_verify_hosts? no (option unset)
7 >>> host in helo_try_verify_hosts? no (option unset)
8 >>> host in helo_accept_junk_hosts? no (option unset)
9 >>> host in pipelining_connect_advertise_hosts?
10 >>>  list element: 
11 >>> host in smtp_accept_max_nonmail_hosts?
12 >>>  list element: *
13 >>>  host in smtp_accept_max_nonmail_hosts? yes (matched "*")
14 LOG: ETRN some.random.domain received from [1.1.1.1]
15 >>> using ACL "check_etrn"
16 >>> processing "deny" (TESTSUITE/test-config 15)
17 >>> check hosts = 10.9.8.7
18 >>> host in "10.9.8.7"?
19 >>>  list element: 10.9.8.7
20 >>> host in "10.9.8.7"? no (end of list)
21 >>> deny: condition test failed in ACL "check_etrn"
22 >>> processing "deny" (TESTSUITE/test-config 18)
23 >>> check hosts = 10.9.8.8
24 >>> host in "10.9.8.8"?
25 >>>  list element: 10.9.8.8
26 >>> host in "10.9.8.8"? no (end of list)
27 >>> deny: condition test failed in ACL "check_etrn"
28 >>> processing "accept" (TESTSUITE/test-config 21)
29 >>> check hosts = localhost
30 >>> host in "localhost"?
31 >>>  list element: localhost
32 MUNGED: ::1 will be omitted in what follows
33 >>> get[host|ipnode]byname[2] looked up these IP addresses:
34 >>>   name=localhost address=127.0.0.1
35 >>> host in "localhost"? no (end of list)
36 >>> accept: condition test failed in ACL "check_etrn"
37 >>> end of ACL "check_etrn": implicit DENY
38 LOG: H=[1.1.1.1] rejected ETRN some.random.domain
39 >>> host in hosts_connection_nolog? no (option unset)
40 >>> host in host_lookup? no (option unset)
41 >>> host in host_reject_connection? no (option unset)
42 >>> host in sender_unqualified_hosts? no (option unset)
43 >>> host in recipient_unqualified_hosts? no (option unset)
44 >>> host in helo_verify_hosts? no (option unset)
45 >>> host in helo_try_verify_hosts? no (option unset)
46 >>> host in helo_accept_junk_hosts? no (option unset)
47 >>> host in pipelining_connect_advertise_hosts?
48 >>>  list element: 
49 >>> host in smtp_accept_max_nonmail_hosts?
50 >>>  list element: *
51 >>>  host in smtp_accept_max_nonmail_hosts? yes (matched "*")
52 LOG: ETRN some.domain received from [10.9.8.7]
53 >>> using ACL "check_etrn"
54 >>> processing "deny" (TESTSUITE/test-config 15)
55 >>> check hosts = 10.9.8.7
56 >>> host in "10.9.8.7"?
57 >>>  list element: 10.9.8.7
58 >>>  host in "10.9.8.7"? yes (matched "10.9.8.7")
59 >>> check sender_domains = some.domain
60 >>> deny: condition test error in ACL "check_etrn"
61 LOG: H=[10.9.8.7] temporarily rejected ETRN some.domain: cannot test sender_domains condition in ETRN ACL
62 >>> host in hosts_connection_nolog? no (option unset)
63 >>> host in host_lookup? no (option unset)
64 >>> host in host_reject_connection? no (option unset)
65 >>> host in sender_unqualified_hosts? no (option unset)
66 >>> host in recipient_unqualified_hosts? no (option unset)
67 >>> host in helo_verify_hosts? no (option unset)
68 >>> host in helo_try_verify_hosts? no (option unset)
69 >>> host in helo_accept_junk_hosts? no (option unset)
70 >>> host in pipelining_connect_advertise_hosts?
71 >>>  list element: 
72 >>> host in smtp_accept_max_nonmail_hosts?
73 >>>  list element: *
74 >>>  host in smtp_accept_max_nonmail_hosts? yes (matched "*")
75 LOG: ETRN some.domain received from [10.9.8.8]
76 >>> using ACL "check_etrn"
77 >>> processing "deny" (TESTSUITE/test-config 15)
78 >>> check hosts = 10.9.8.7
79 >>> host in "10.9.8.7"?
80 >>>  list element: 10.9.8.7
81 >>> host in "10.9.8.7"? no (end of list)
82 >>> deny: condition test failed in ACL "check_etrn"
83 >>> processing "deny" (TESTSUITE/test-config 18)
84 >>> check hosts = 10.9.8.8
85 >>> host in "10.9.8.8"?
86 >>>  list element: 10.9.8.8
87 >>>  host in "10.9.8.8"? yes (matched "10.9.8.8")
88 >>> check senders = x@y
89 >>> deny: condition test error in ACL "check_etrn"
90 LOG: H=[10.9.8.8] temporarily rejected ETRN some.domain: cannot test senders condition in ETRN ACL