Rejig debug output in route_finduser() to show more data, including the
[exim.git] / test / stderr / 0381
CommitLineData
54c5ebb1
PH
1Exim version x.yz ....
2changed uid/gid: forcing real = effective
3 uid=uuuu gid=CALLER_GID pid=pppp
d8fe1c03
PH
4seeking password data for user "CALLER": cache not available
5getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
54c5ebb1
PH
6configuration file is TESTSUITE/test-config
7trusted user
8admin user
9changed uid/gid: privilege not needed
10 uid=EXIM_UID gid=EXIM_GID pid=pppp
11originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
12sender address = NULL
13sender_fullhost = [V4NET.99.99.97]
14sender_rcvhost = [V4NET.99.99.97] (ident=CALLER)
15set_process_info: pppp handling incoming connection from [V4NET.99.99.97] via -oMa
16host in hosts_connection_nolog? no (option unset)
17LOG: smtp_connection MAIN
18 SMTP connection from CALLER
19host in host_lookup? no (option unset)
20set_process_info: pppp handling incoming connection from [V4NET.99.99.97] U=CALLER
21host in host_reject_connection? no (option unset)
22host in sender_unqualified_hosts? no (option unset)
23host in recipient_unqualified_hosts? no (option unset)
24host in helo_verify_hosts? no (option unset)
25host in helo_try_verify_hosts? no (option unset)
26host in helo_accept_junk_hosts? no (option unset)
898d150f 27SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
28smtp_setup_msg entered
29SMTP<< mail from:<notgov@test.ex>
898d150f 30SMTP>> 250 OK
54c5ebb1
PH
31SMTP<< rcpt to:<x@test.ex>
32using ACL "check_rcpt"
33processing "warn"
34check hosts = *.gov.uk.test.ex
35sender host name required, to match against *.gov.uk.test.ex
36looking up host name for V4NET.99.99.97
37DNS lookup of 97.99.99.V4NET.in-addr.arpa (PTR) using fakens
38DNS lookup of 97.99.99.V4NET.in-addr.arpa (PTR) succeeded
75e0e026
PH
39IP address lookup yielded x.gov.uk.test.ex
40 alias x.co.uk.test.ex
54c5ebb1
PH
41using host_fake_gethostbyname for x.gov.uk.test.ex (IPv4)
42DNS lookup of x.gov.uk.test.ex (A) using fakens
43DNS lookup of x.gov.uk.test.ex (A) succeeded
44MUNGED: ::1 will be omitted in what follows
45get[host|ipnode]byname[2] looked up these IP addresses:
46 name=x.gov.uk.test.ex address=V4NET.99.99.97
47checking addresses for x.gov.uk.test.ex
48 V4NET.99.99.97 OK
75e0e026
PH
49using host_fake_gethostbyname for x.co.uk.test.ex (IPv4)
50DNS lookup of x.co.uk.test.ex (A) using fakens
51DNS lookup of x.co.uk.test.ex (A) succeeded
52MUNGED: ::1 will be omitted in what follows
53get[host|ipnode]byname[2] looked up these IP addresses:
54 name=x.co.uk.test.ex address=V4NET.99.99.97
55checking addresses for x.co.uk.test.ex
56 V4NET.99.99.97 OK
57sender_fullhost = x.gov.uk.test.ex [V4NET.99.99.97]
58sender_rcvhost = x.gov.uk.test.ex ([V4NET.99.99.97] ident=CALLER)
54c5ebb1
PH
59host in "*.gov.uk.test.ex"? yes (matched "*.gov.uk.test.ex")
60warn: condition test succeeded
61processing "warn"
62check hosts = !*.gov.uk.test.ex
63host in "!*.gov.uk.test.ex"? no (matched "!*.gov.uk.test.ex")
64warn: condition test failed
65processing "warn"
66check hosts = *.co.uk.test.ex
67host in "*.co.uk.test.ex"? yes (matched "*.co.uk.test.ex")
68warn: condition test succeeded
69processing "warn"
70check hosts = !*.co.uk.test.ex
71host in "!*.co.uk.test.ex"? no (matched "!*.co.uk.test.ex")
72warn: condition test failed
73processing "accept"
74accept: condition test succeeded
898d150f 75SMTP>> 250 Accepted
54c5ebb1 76SMTP<< quit
898d150f 77SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
78LOG: smtp_connection MAIN
79 SMTP connection from CALLER closed by QUIT
80search_tidyup called
81>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>