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