Add the Exim version to process info (exiwhat)
[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
dd2a32ad 39DNS lookup of cioce.test.again.dns (MX) using fakens
75758eeb
PH
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
de11307f 48IP address lookup yielded "the.local.host.name"
75758eeb
PH
49DNS lookup of the.local.host.name (A) using fakens
50DNS lookup of the.local.host.name (A) succeeded
1f155f8e
JH
51local host found for non-MX address
52the.local.host.name ip4.ip4.ip4.ip4 mx=-1 sort=xx
75758eeb 53checking addresses for the.local.host.name
1f155f8e 54Forward DNS security status: unverified
75758eeb
PH
55 ip4.ip4.ip4.ip4 OK
56sender_fullhost = the.local.host.name [ip4.ip4.ip4.ip4]
57sender_rcvhost = the.local.host.name ([ip4.ip4.ip4.ip4])
dd2a32ad
JH
58using host_fake_gethostbyname for cioce.test.again.dns (IPv4)
59DNS lookup of cioce.test.again.dns (A) using fakens
60DNS lookup of cioce.test.again.dns (A) gave TRY_AGAIN
75758eeb 61cioce.test.again.dns in dns_again_means_nonexist? yes (matched "*")
dd2a32ad 62cioce.test.again.dns is in dns_again_means_nonexist: returning DNS_NOMATCH
4af1b6ca 63get[host|ipnode]byname[2] returned 1 (HOST_NOT_FOUND)
dd2a32ad
JH
64no IP address found for host cioce.test.again.dns (during SMTP connection from the.local.host.name [ip4.ip4.ip4.ip4])
65LOG: host_lookup_failed MAIN
66 no IP address found for host cioce.test.again.dns (during SMTP connection from the.local.host.name [ip4.ip4.ip4.ip4])
75758eeb
PH
67failed to find IP address for cioce.test.again.dns: item ignored by +ignore_unknown
68host in "+ignore_unknown : *.cioce.test.again.dns : cioce.test.again.dns : "? no (end of list)
6968512f 69accept: condition test failed in ACL "rcpt"
75758eeb
PH
70end of ACL "rcpt": implicit DENY
71SMTP>> 550 Administrative prohibition
72LOG: MAIN REJECT
73 H=the.local.host.name [ip4.ip4.ip4.ip4] F=<xx@cioce.test.again.dns> rejected RCPT <a@b>
74SMTP<< quit
75SMTP>> 221 myhost.test.ex closing connection
76LOG: smtp_connection MAIN
77 SMTP connection from the.local.host.name [ip4.ip4.ip4.ip4] closed by QUIT
78search_tidyup called
79>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>