Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / stderr / 0401
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 >>> using ACL "connect"
10 >>> processing "accept" (TESTSUITE/test-config 21)
11 >>> check hosts = TESTSUITE/aux-var/0401.hosts1
12 >>> host in "TESTSUITE/aux-var/0401.hosts1"? yes (matched "V4NET.9.8.7" in TESTSUITE/aux-var/0401.hosts1)
13 >>> accept: condition test succeeded in ACL "connect"
14 >>> end of ACL "connect": ACCEPT
15 >>> xxx in helo_lookup_domains? no (end of list)
16 >>> using ACL "mail"
17 >>> processing "accept" (TESTSUITE/test-config 24)
18 >>> check hosts = TESTSUITE/aux-var/0401.hosts2
19 >>> no IP address found for host a2.2.2 (during SMTP connection from (xxx) [V4NET.9.8.7])
20 LOG: no IP address found for host a2.2.2 (during SMTP connection from (xxx) [V4NET.9.8.7])
21 >>> host in "TESTSUITE/aux-var/0401.hosts2"? no (failed to find IP address for a2.2.2)
22 >>> accept: condition test failed in ACL "mail"
23 >>> end of ACL "mail": implicit DENY
24 LOG: H=(xxx) [V4NET.9.8.7] rejected MAIL <x@y>
25 >>> host in hosts_connection_nolog? no (option unset)
26 >>> host in host_lookup? no (option unset)
27 >>> host in host_reject_connection? no (option unset)
28 >>> host in sender_unqualified_hosts? no (option unset)
29 >>> host in recipient_unqualified_hosts? no (option unset)
30 >>> host in helo_verify_hosts? no (option unset)
31 >>> host in helo_try_verify_hosts? no (option unset)
32 >>> host in helo_accept_junk_hosts? no (option unset)
33 >>> using ACL "connect"
34 >>> processing "accept" (TESTSUITE/test-config 21)
35 >>> check hosts = TESTSUITE/aux-var/0401.hosts1
36 >>> sender host name required, to match against *.2.2
37 >>> looking up host name for V4NET.9.9.9
38 LOG: no host name found for IP address V4NET.9.9.9
39 >>> host in "TESTSUITE/aux-var/0401.hosts1"? no (failed to find host name for V4NET.9.9.9)
40 >>> accept: condition test failed in ACL "connect"
41 >>> end of ACL "connect": implicit DENY
42 LOG: H=[V4NET.9.9.9] rejected connection in "connect" ACL