Debug: indent lookup operations
[exim.git] / test / stderr / 2202
1 Exim version x.yz ....
2 changed uid/gid: forcing real = effective
3 uid=uuuu gid=CALLER_GID pid=pppp
4 configuration file is TESTSUITE/test-config
5 admin user
6 changed uid/gid: privilege not needed
7 uid=EXIM_UID gid=EXIM_GID pid=pppp
8 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
9 sender address = CALLER@myhost.test.ex
10 sender_fullhost = [ip4.ip4.ip4.ip4]
11 sender_rcvhost = [ip4.ip4.ip4.ip4]
12 host in hosts_connection_nolog? no (option unset)
13 LOG: smtp_connection MAIN
14 SMTP connection from [ip4.ip4.ip4.ip4]
15 host in host_lookup? no (option unset)
16 set_process_info: pppp handling incoming connection from [ip4.ip4.ip4.ip4]
17 host in host_reject_connection? no (option unset)
18 host in sender_unqualified_hosts? no (option unset)
19 host in recipient_unqualified_hosts? no (option unset)
20 host in helo_verify_hosts? no (option unset)
21 host in helo_try_verify_hosts? no (option unset)
22 host in helo_accept_junk_hosts? no (option unset)
23 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
24 smtp_setup_msg entered
25 SMTP<< mail from:<xx@cioce.test.again.dns>
26 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
27 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
28 SMTP>> 250 OK
29 SMTP<< rcpt to:<a@b>
30 using ACL "rcpt"
31 processing "accept" (TESTSUITE/test-config 23)
32 check hosts = +ignore_unknown : *.$sender_address_domain : $sender_address_domain : ${lookup dnsdb{>:defer_never,mxh=$sender_address_domain}}
33 search_open: dnsdb "NULL"
34 search_find: file="NULL"
35 key=">:defer_never,mxh=cioce.test.again.dns" partial=-1 affix=NULL starflags=0
36 LRU list:
37 internal_search_find: file="NULL"
38 type=dnsdb key=">:defer_never,mxh=cioce.test.again.dns"
39 database lookup required for >:defer_never,mxh=cioce.test.again.dns
40 dnsdb key: cioce.test.again.dns
41 DNS lookup of cioce.test.again.dns (MX) using fakens
42 DNS lookup of cioce.test.again.dns (MX) gave TRY_AGAIN
43 cioce.test.again.dns in dns_again_means_nonexist? yes (matched "*")
44 cioce.test.again.dns is in dns_again_means_nonexist: returning DNS_NOMATCH
45 lookup failed
46 sender host name required, to match against *.cioce.test.again.dns
47 looking up host name for ip4.ip4.ip4.ip4
48 DNS lookup of ip4-reverse.in-addr.arpa (PTR) using fakens
49 DNS lookup of ip4-reverse.in-addr.arpa (PTR) succeeded
50 IP address lookup yielded "the.local.host.name"
51 DNS lookup of the.local.host.name (A) using fakens
52 DNS lookup of the.local.host.name (A) succeeded
53 local host found for non-MX address
54 the.local.host.name ip4.ip4.ip4.ip4 mx=-1 sort=xx
55 checking addresses for the.local.host.name
56 Forward DNS security status: unverified
57 ip4.ip4.ip4.ip4 OK
58 sender_fullhost = the.local.host.name [ip4.ip4.ip4.ip4]
59 sender_rcvhost = the.local.host.name ([ip4.ip4.ip4.ip4])
60 using host_fake_gethostbyname for cioce.test.again.dns (IPv4)
61 DNS lookup of cioce.test.again.dns (A) using fakens
62 DNS lookup of cioce.test.again.dns (A) gave TRY_AGAIN
63 cioce.test.again.dns in dns_again_means_nonexist? yes (matched "*")
64 cioce.test.again.dns is in dns_again_means_nonexist: returning DNS_NOMATCH
65 get[host|ipnode]byname[2] returned 1 (HOST_NOT_FOUND)
66 no IP address found for host cioce.test.again.dns (during SMTP connection from the.local.host.name [ip4.ip4.ip4.ip4])
67 LOG: host_lookup_failed MAIN
68 no IP address found for host cioce.test.again.dns (during SMTP connection from the.local.host.name [ip4.ip4.ip4.ip4])
69 failed to find IP address for cioce.test.again.dns: item ignored by +ignore_unknown
70 host in "+ignore_unknown : *.cioce.test.again.dns : cioce.test.again.dns : "? no (end of list)
71 accept: condition test failed in ACL "rcpt"
72 end of ACL "rcpt": implicit DENY
73 SMTP>> 550 Administrative prohibition
74 LOG: MAIN REJECT
75 H=the.local.host.name [ip4.ip4.ip4.ip4] F=<xx@cioce.test.again.dns> rejected RCPT <a@b>
76 SMTP<< quit
77 SMTP>> 221 myhost.test.ex closing connection
78 LOG: smtp_connection MAIN
79 SMTP connection from the.local.host.name [ip4.ip4.ip4.ip4] closed by QUIT
80 search_tidyup called
81 >>>>>>>>>>>>>>>> Exim pid=pppp (main) terminating with rc=0 >>>>>>>>>>>>>>>>