debug tidying
[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
273f34d0 16set_process_info: pppp accepting a local SMTP message from <CALLER>
54c5ebb1
PH
17host in hosts_connection_nolog? no (option unset)
18LOG: smtp_connection MAIN
19 SMTP connection from CALLER
20host in host_lookup? no (option unset)
21set_process_info: pppp handling incoming connection from [V4NET.99.99.97] U=CALLER
22host in host_reject_connection? no (option unset)
23host in sender_unqualified_hosts? no (option unset)
24host in recipient_unqualified_hosts? no (option unset)
25host in helo_verify_hosts? no (option unset)
26host in helo_try_verify_hosts? no (option unset)
27host in helo_accept_junk_hosts? no (option unset)
898d150f 28SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
29smtp_setup_msg entered
30SMTP<< mail from:<notgov@test.ex>
ddf1b11a 31spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
ad424056 32log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
898d150f 33SMTP>> 250 OK
54c5ebb1
PH
34SMTP<< rcpt to:<x@test.ex>
35using ACL "check_rcpt"
897024f1 36processing "warn" (TESTSUITE/test-config 17)
54c5ebb1
PH
37check hosts = *.gov.uk.test.ex
38sender host name required, to match against *.gov.uk.test.ex
39looking up host name for V4NET.99.99.97
40DNS lookup of 97.99.99.V4NET.in-addr.arpa (PTR) using fakens
eb24befc
JH
41fresh-exec forking for fakens-search
42postfork: fakens-search
43fresh-exec forked for fakens-search: npppp
54c5ebb1 44DNS lookup of 97.99.99.V4NET.in-addr.arpa (PTR) succeeded
de11307f
JH
45IP address lookup yielded "x.gov.uk.test.ex"
46 alias "x.co.uk.test.ex"
eb24befc
JH
47fresh-exec forking for fakens-search
48postfork: fakens-search
49fresh-exec forked for fakens-search: npppp
54c5ebb1 50DNS lookup of x.gov.uk.test.ex (A) using fakens
eb24befc
JH
51fresh-exec forking for fakens-search
52postfork: fakens-search
53fresh-exec forked for fakens-search: npppp
54c5ebb1 54DNS lookup of x.gov.uk.test.ex (A) succeeded
1f155f8e 55x.gov.uk.test.ex V4NET.99.99.97 mx=-1 sort=xx
54c5ebb1 56checking addresses for x.gov.uk.test.ex
1f155f8e 57Forward DNS security status: unverified
54c5ebb1 58 V4NET.99.99.97 OK
eb24befc
JH
59fresh-exec forking for fakens-search
60postfork: fakens-search
61fresh-exec forked for fakens-search: npppp
75e0e026 62DNS lookup of x.co.uk.test.ex (A) using fakens
eb24befc
JH
63fresh-exec forking for fakens-search
64postfork: fakens-search
65fresh-exec forked for fakens-search: npppp
75e0e026 66DNS lookup of x.co.uk.test.ex (A) succeeded
1f155f8e 67x.co.uk.test.ex V4NET.99.99.97 mx=-1 sort=xx
75e0e026 68checking addresses for x.co.uk.test.ex
1f155f8e 69Forward DNS security status: unverified
75e0e026
PH
70 V4NET.99.99.97 OK
71sender_fullhost = x.gov.uk.test.ex [V4NET.99.99.97]
72sender_rcvhost = x.gov.uk.test.ex ([V4NET.99.99.97] ident=CALLER)
54c5ebb1 73host in "*.gov.uk.test.ex"? yes (matched "*.gov.uk.test.ex")
6968512f 74warn: condition test succeeded in ACL "check_rcpt"
897024f1 75processing "warn" (TESTSUITE/test-config 18)
54c5ebb1
PH
76check hosts = !*.gov.uk.test.ex
77host in "!*.gov.uk.test.ex"? no (matched "!*.gov.uk.test.ex")
6968512f 78warn: condition test failed in ACL "check_rcpt"
897024f1 79processing "warn" (TESTSUITE/test-config 19)
54c5ebb1
PH
80check hosts = *.co.uk.test.ex
81host in "*.co.uk.test.ex"? yes (matched "*.co.uk.test.ex")
6968512f 82warn: condition test succeeded in ACL "check_rcpt"
897024f1 83processing "warn" (TESTSUITE/test-config 20)
54c5ebb1
PH
84check hosts = !*.co.uk.test.ex
85host in "!*.co.uk.test.ex"? no (matched "!*.co.uk.test.ex")
6968512f 86warn: condition test failed in ACL "check_rcpt"
897024f1 87processing "accept" (TESTSUITE/test-config 21)
6968512f 88accept: condition test succeeded in ACL "check_rcpt"
a7538db1 89end of ACL "check_rcpt": ACCEPT
898d150f 90SMTP>> 250 Accepted
50dc7409 91DSN: orcpt: NULL flags: 0
54c5ebb1 92SMTP<< quit
898d150f 93SMTP>> 221 myhost.test.ex closing connection
54c5ebb1
PH
94LOG: smtp_connection MAIN
95 SMTP connection from CALLER closed by QUIT
96search_tidyup called
9bfb7e1b 97>>>>>>>>>>>>>>>> Exim pid=pppp (msg setup toplevel) terminating with rc=0 >>>>>>>>>>>>>>>>