Add regression test for bug#615
[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 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=pppp
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 SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
29 smtp_setup_msg entered
30 SMTP<< mail from:<notgov@test.ex>
31 SMTP>> 250 OK
32 SMTP<< rcpt to:<x@test.ex>
33 using ACL "check_rcpt"
34 processing "warn"
35 check hosts = *.gov.uk.test.ex
36 sender host name required, to match against *.gov.uk.test.ex
37 looking up host name for V4NET.99.99.97
38 DNS lookup of 97.99.99.V4NET.in-addr.arpa (PTR) using fakens
39 DNS lookup of 97.99.99.V4NET.in-addr.arpa (PTR) succeeded
40 IP address lookup yielded x.gov.uk.test.ex
41 alias x.co.uk.test.ex
42 using host_fake_gethostbyname for x.gov.uk.test.ex (IPv4)
43 DNS lookup of x.gov.uk.test.ex (A) using fakens
44 DNS lookup of x.gov.uk.test.ex (A) succeeded
45 MUNGED: ::1 will be omitted in what follows
46 get[host|ipnode]byname[2] looked up these IP addresses:
47 name=x.gov.uk.test.ex address=V4NET.99.99.97
48 checking addresses for x.gov.uk.test.ex
49 V4NET.99.99.97 OK
50 using host_fake_gethostbyname for x.co.uk.test.ex (IPv4)
51 DNS lookup of x.co.uk.test.ex (A) using fakens
52 DNS lookup of x.co.uk.test.ex (A) succeeded
53 MUNGED: ::1 will be omitted in what follows
54 get[host|ipnode]byname[2] looked up these IP addresses:
55 name=x.co.uk.test.ex address=V4NET.99.99.97
56 checking addresses for x.co.uk.test.ex
57 V4NET.99.99.97 OK
58 sender_fullhost = x.gov.uk.test.ex [V4NET.99.99.97]
59 sender_rcvhost = x.gov.uk.test.ex ([V4NET.99.99.97] ident=CALLER)
60 host in "*.gov.uk.test.ex"? yes (matched "*.gov.uk.test.ex")
61 warn: condition test succeeded
62 processing "warn"
63 check hosts = !*.gov.uk.test.ex
64 host in "!*.gov.uk.test.ex"? no (matched "!*.gov.uk.test.ex")
65 warn: condition test failed
66 processing "warn"
67 check hosts = *.co.uk.test.ex
68 host in "*.co.uk.test.ex"? yes (matched "*.co.uk.test.ex")
69 warn: condition test succeeded
70 processing "warn"
71 check hosts = !*.co.uk.test.ex
72 host in "!*.co.uk.test.ex"? no (matched "!*.co.uk.test.ex")
73 warn: condition test failed
74 processing "accept"
75 accept: condition test succeeded
76 SMTP>> 250 Accepted
77 SMTP<< quit
78 SMTP>> 221 myhost.test.ex closing connection
79 LOG: smtp_connection MAIN
80 SMTP connection from CALLER closed by QUIT
81 search_tidyup called
82 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>