debian experimental exim-daemon-heavy config
[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 opts=NULL
36 LRU list:
37 internal_search_find: file="NULL"
38 type=dnsdb key=">:defer_never,mxh=cioce.test.again.dns" opts=NULL
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
45DNS: no SOA record found for neg-TTL
46 writing neg-cache entry for cioce.test.again.dns-MX-xxxx, ttl -1
47 lookup failed
48sender host name required, to match against *.cioce.test.again.dns
49looking up host name for ip4.ip4.ip4.ip4
50DNS lookup of ip4-reverse.in-addr.arpa (PTR) using fakens
51DNS lookup of ip4-reverse.in-addr.arpa (PTR) succeeded
52IP address lookup yielded "the.local.host.name"
53DNS lookup of the.local.host.name (A) using fakens
54DNS lookup of the.local.host.name (A) succeeded
55local host found for non-MX address
56the.local.host.name ip4.ip4.ip4.ip4 mx=-1 sort=xx
57checking addresses for the.local.host.name
58Forward DNS security status: unverified
59 ip4.ip4.ip4.ip4 OK
60sender_fullhost = the.local.host.name [ip4.ip4.ip4.ip4]
61sender_rcvhost = the.local.host.name ([ip4.ip4.ip4.ip4])
62using host_fake_gethostbyname for cioce.test.again.dns (IPv4)
63DNS lookup of cioce.test.again.dns (A) using fakens
64DNS lookup of cioce.test.again.dns (A) gave TRY_AGAIN
65cioce.test.again.dns in dns_again_means_nonexist? yes (matched "*")
66cioce.test.again.dns is in dns_again_means_nonexist: returning DNS_NOMATCH
67DNS: no SOA record found for neg-TTL
68 writing neg-cache entry for cioce.test.again.dns-A-xxxx, ttl -1
69host_fake_gethostbyname returned 1 (HOST_NOT_FOUND)
70no IP address found for host cioce.test.again.dns (during SMTP connection from the.local.host.name [ip4.ip4.ip4.ip4])
71LOG: host_lookup_failed MAIN
72 no IP address found for host cioce.test.again.dns (during SMTP connection from the.local.host.name [ip4.ip4.ip4.ip4])
73failed to find IP address for cioce.test.again.dns: item ignored by +ignore_unknown
74host in "+ignore_unknown : *.cioce.test.again.dns : cioce.test.again.dns : "? no (end of list)
75accept: condition test failed in ACL "rcpt"
76end of ACL "rcpt": implicit DENY
77SMTP>> 550 Administrative prohibition
78LOG: MAIN REJECT
79 H=the.local.host.name [ip4.ip4.ip4.ip4] F=<xx@cioce.test.again.dns> rejected RCPT <a@b>
80SMTP<< quit
81SMTP>> 221 myhost.test.ex closing connection
82LOG: smtp_connection MAIN
83 SMTP connection from the.local.host.name [ip4.ip4.ip4.ip4] closed by QUIT
84search_tidyup called
85>>>>>>>>>>>>>>>> Exim pid=pppp (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>