diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-07 10:47:28 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-07 10:47:28 +0000 |
commit | 54c5ebb14ead7439af300e9d7d9d7d2ba29ff32e (patch) | |
tree | ea480313c058c0177c784686de9189bd305d8bd1 /test/stderr/0381 | |
parent | f767aaae1638df676a05699edf1f614cae351af2 (diff) |
More test commits.
Diffstat (limited to 'test/stderr/0381')
-rw-r--r-- | test/stderr/0381 | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/test/stderr/0381 b/test/stderr/0381 new file mode 100644 index 000000000..989769454 --- /dev/null +++ b/test/stderr/0381 @@ -0,0 +1,79 @@ +Exim version x.yz .... +changed uid/gid: forcing real = effective + uid=uuuu gid=CALLER_GID pid=pppp +configuration file is TESTSUITE/test-config +trusted user +admin user +changed uid/gid: privilege not needed + uid=EXIM_UID gid=EXIM_GID pid=pppp +originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME +sender address = NULL +sender_fullhost = [V4NET.99.99.97] +sender_rcvhost = [V4NET.99.99.97] (ident=CALLER) +set_process_info: pppp handling incoming connection from [V4NET.99.99.97] via -oMa +host in hosts_connection_nolog? no (option unset) +LOG: smtp_connection MAIN + SMTP connection from CALLER +host in host_lookup? no (option unset) +set_process_info: pppp handling incoming connection from [V4NET.99.99.97] U=CALLER +host in host_reject_connection? no (option unset) +host in sender_unqualified_hosts? no (option unset) +host in recipient_unqualified_hosts? no (option unset) +host in helo_verify_hosts? no (option unset) +host in helo_try_verify_hosts? no (option unset) +host in helo_accept_junk_hosts? no (option unset) +SMTP>> 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+smtp_setup_msg entered +SMTP<< mail from:<notgov@test.ex> +SMTP>> 250 OK
+SMTP<< rcpt to:<x@test.ex> +using ACL "check_rcpt" +processing "warn" +check hosts = *.gov.uk.test.ex +sender host name required, to match against *.gov.uk.test.ex +looking up host name for V4NET.99.99.97 +DNS lookup of 97.99.99.V4NET.in-addr.arpa (PTR) using fakens +DNS lookup of 97.99.99.V4NET.in-addr.arpa (PTR) succeeded +IP address lookup yielded x.co.uk.test.ex + alias x.gov.uk.test.ex +using host_fake_gethostbyname for x.co.uk.test.ex (IPv4) +DNS lookup of x.co.uk.test.ex (A) using fakens +DNS lookup of x.co.uk.test.ex (A) succeeded +MUNGED: ::1 will be omitted in what follows +get[host|ipnode]byname[2] looked up these IP addresses: + name=x.co.uk.test.ex address=V4NET.99.99.97 +checking addresses for x.co.uk.test.ex + V4NET.99.99.97 OK +using host_fake_gethostbyname for x.gov.uk.test.ex (IPv4) +DNS lookup of x.gov.uk.test.ex (A) using fakens +DNS lookup of x.gov.uk.test.ex (A) succeeded +MUNGED: ::1 will be omitted in what follows +get[host|ipnode]byname[2] looked up these IP addresses: + name=x.gov.uk.test.ex address=V4NET.99.99.97 +checking addresses for x.gov.uk.test.ex + V4NET.99.99.97 OK +sender_fullhost = x.co.uk.test.ex [V4NET.99.99.97] +sender_rcvhost = x.co.uk.test.ex ([V4NET.99.99.97] ident=CALLER) +host in "*.gov.uk.test.ex"? yes (matched "*.gov.uk.test.ex") +warn: condition test succeeded +processing "warn" +check hosts = !*.gov.uk.test.ex +host in "!*.gov.uk.test.ex"? no (matched "!*.gov.uk.test.ex") +warn: condition test failed +processing "warn" +check hosts = *.co.uk.test.ex +host in "*.co.uk.test.ex"? yes (matched "*.co.uk.test.ex") +warn: condition test succeeded +processing "warn" +check hosts = !*.co.uk.test.ex +host in "!*.co.uk.test.ex"? no (matched "!*.co.uk.test.ex") +warn: condition test failed +processing "accept" +accept: condition test succeeded +SMTP>> 250 Accepted
+SMTP<< quit +SMTP>> 221 myhost.test.ex closing connection
+LOG: smtp_connection MAIN + SMTP connection from CALLER closed by QUIT +search_tidyup called +>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>> |