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