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