Fix tests 5401 and 5410 when not run under a user named eximtest.
[exim.git] / test / stderr / 2202
CommitLineData
75758eeb
PH
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>
26SMTP>> 250 OK
27SMTP<< rcpt to:<a@b>
28using ACL "rcpt"
29processing "accept"
30check hosts = +ignore_unknown : *.$sender_address_domain : $sender_address_domain : ${lookup dnsdb{>:defer_never,mxh=$sender_address_domain}}
31search_open: dnsdb "NULL"
32search_find: file="NULL"
33 key=">:defer_never,mxh=cioce.test.again.dns" partial=-1 affix=NULL starflags=0
34LRU list:
35internal_search_find: file="NULL"
36 type=dnsdb key=">:defer_never,mxh=cioce.test.again.dns"
37database lookup required for >:defer_never,mxh=cioce.test.again.dns
38dnsdb key: cioce.test.again.dns
39Return from DNS lookup of cioce.test.again.dns (MX) faked for testing
40DNS lookup of cioce.test.again.dns (MX) gave TRY_AGAIN
41cioce.test.again.dns in dns_again_means_nonexist? yes (matched "*")
42cioce.test.again.dns is in dns_again_means_nonexist: returning DNS_NOMATCH
43lookup failed
44sender host name required, to match against *.cioce.test.again.dns
45looking up host name for ip4.ip4.ip4.ip4
46DNS lookup of ip4-reverse.in-addr.arpa (PTR) using fakens
47DNS lookup of ip4-reverse.in-addr.arpa (PTR) succeeded
48IP address lookup yielded the.local.host.name
49using host_fake_gethostbyname for the.local.host.name (IPv4)
50DNS lookup of the.local.host.name (A) using fakens
51DNS lookup of the.local.host.name (A) succeeded
52MUNGED: ::1 will be omitted in what follows
53get[host|ipnode]byname[2] looked up these IP addresses:
54 name=the.local.host.name address=ip4.ip4.ip4.ip4
55checking addresses for the.local.host.name
56 ip4.ip4.ip4.ip4 OK
57sender_fullhost = the.local.host.name [ip4.ip4.ip4.ip4]
58sender_rcvhost = the.local.host.name ([ip4.ip4.ip4.ip4])
59cioce.test.again.dns in dns_again_means_nonexist? yes (matched "*")
60cioce.test.again.dns is in dns_again_means_nonexist: returning HOST_FIND_FAILED
61failed to find IP address for cioce.test.again.dns: item ignored by +ignore_unknown
62host in "+ignore_unknown : *.cioce.test.again.dns : cioce.test.again.dns : "? no (end of list)
6968512f 63accept: condition test failed in ACL "rcpt"
75758eeb
PH
64end of ACL "rcpt": implicit DENY
65SMTP>> 550 Administrative prohibition
66LOG: MAIN REJECT
67 H=the.local.host.name [ip4.ip4.ip4.ip4] F=<xx@cioce.test.again.dns> rejected RCPT <a@b>
68SMTP<< quit
69SMTP>> 221 myhost.test.ex closing connection
70LOG: smtp_connection MAIN
71 SMTP connection from the.local.host.name [ip4.ip4.ip4.ip4] closed by QUIT
72search_tidyup called
73>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>