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