Debug: quieten environment-cleaning
[exim.git] / test / stderr / 0381
1 Exim version x.yz ....
2 changed uid/gid: forcing real = effective
3   uid=uuuu gid=CALLER_GID pid=p1234
4 seeking password data for user "CALLER": cache not available
5 getpwnam() succeeded uid=CALLER_UID gid=CALLER_GID
6 configuration file is TESTSUITE/test-config
7 trusted user
8 admin user
9 changed uid/gid: privilege not needed
10   uid=EXIM_UID gid=EXIM_GID pid=p1234
11 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
12 sender address = NULL
13 sender_fullhost = [V4NET.99.99.97]
14 sender_rcvhost = [V4NET.99.99.97] (ident=CALLER)
15 set_process_info: pppp handling incoming connection from [V4NET.99.99.97] via -oMa
16 set_process_info: pppp accepting a local SMTP message from <CALLER>
17 host in hosts_connection_nolog? no (option unset)
18 LOG: smtp_connection MAIN
19   SMTP connection from CALLER
20 host in host_lookup? no (option unset)
21 set_process_info: pppp handling incoming connection from [V4NET.99.99.97] U=CALLER
22 host in host_reject_connection? no (option unset)
23 host in sender_unqualified_hosts? no (option unset)
24 host in recipient_unqualified_hosts? no (option unset)
25 host in helo_verify_hosts? no (option unset)
26 host in helo_try_verify_hosts? no (option unset)
27 host in helo_accept_junk_hosts? no (option unset)
28 host in pipelining_connect_advertise_hosts?
29  list element: 
30 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
31 smtp_setup_msg entered
32 SMTP<< helo test
33 test in helo_lookup_domains?
34  list element: @
35  list element: @[]
36 test in helo_lookup_domains? no (end of list)
37 sender_fullhost = (test) [V4NET.99.99.97]
38 sender_rcvhost = [V4NET.99.99.97] (helo=test ident=CALLER)
39 set_process_info: pppp handling incoming connection from (test) [V4NET.99.99.97] U=CALLER
40 SMTP>> 250 myhost.test.ex Hello CALLER at test [V4NET.99.99.97]
41 SMTP<< mail from:<notgov@test.ex>
42 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
43 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
44 SMTP>> 250 OK
45 SMTP<< rcpt to:<x@test.ex>
46 using ACL "check_rcpt"
47 processing "warn" (TESTSUITE/test-config 17)
48 check hosts = *.gov.uk.test.ex
49 host in "*.gov.uk.test.ex"?
50  list element: *.gov.uk.test.ex
51 sender host name required, to match against *.gov.uk.test.ex
52 looking up host name for V4NET.99.99.97
53 DNS lookup of 97.99.99.V4NET.in-addr.arpa (PTR) using fakens
54 DNS lookup of 97.99.99.V4NET.in-addr.arpa (PTR) succeeded
55 IP address lookup yielded "x.gov.uk.test.ex"
56   alias "x.co.uk.test.ex"
57 DNS lookup of x.gov.uk.test.ex (A) using fakens
58 DNS lookup of x.gov.uk.test.ex (A) succeeded
59 x.gov.uk.test.ex V4NET.99.99.97 mx=-1 sort=xx 
60 checking addresses for x.gov.uk.test.ex
61 Forward DNS security status: unverified
62   V4NET.99.99.97 OK
63 DNS lookup of x.co.uk.test.ex (A) using fakens
64 DNS lookup of x.co.uk.test.ex (A) succeeded
65 x.co.uk.test.ex V4NET.99.99.97 mx=-1 sort=xx 
66 checking addresses for x.co.uk.test.ex
67 Forward DNS security status: unverified
68   V4NET.99.99.97 OK
69 sender_fullhost = x.gov.uk.test.ex (test) [V4NET.99.99.97]
70 sender_rcvhost = x.gov.uk.test.ex
71         ([V4NET.99.99.97] helo=test ident=CALLER)
72   host in "*.gov.uk.test.ex"? yes (matched "*.gov.uk.test.ex")
73 warn: condition test succeeded in ACL "check_rcpt"
74 processing "warn" (TESTSUITE/test-config 18)
75 check hosts = !*.gov.uk.test.ex
76 host in "!*.gov.uk.test.ex"?
77  list element: !*.gov.uk.test.ex
78   host in "!*.gov.uk.test.ex"? no (matched "!*.gov.uk.test.ex")
79 warn: condition test failed in ACL "check_rcpt"
80 processing "warn" (TESTSUITE/test-config 19)
81 check hosts = *.co.uk.test.ex
82 host in "*.co.uk.test.ex"?
83  list element: *.co.uk.test.ex
84   host in "*.co.uk.test.ex"? yes (matched "*.co.uk.test.ex")
85 warn: condition test succeeded in ACL "check_rcpt"
86 processing "warn" (TESTSUITE/test-config 20)
87 check hosts = !*.co.uk.test.ex
88 host in "!*.co.uk.test.ex"?
89  list element: !*.co.uk.test.ex
90   host in "!*.co.uk.test.ex"? no (matched "!*.co.uk.test.ex")
91 warn: condition test failed in ACL "check_rcpt"
92 processing "accept" (TESTSUITE/test-config 21)
93 accept: condition test succeeded in ACL "check_rcpt"
94 end of ACL "check_rcpt": ACCEPT
95 SMTP>> 250 Accepted
96 SMTP<< quit
97 SMTP>> 221 myhost.test.ex closing connection
98 LOG: smtp_connection MAIN
99   SMTP connection from CALLER closed by QUIT
100 search_tidyup called
101 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>