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