Reduce rfc1413_query_timeout default from 30s to 5s.
[exim.git] / test / stderr / 0362
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
5admin user
6changed uid/gid: privilege not needed
7 uid=EXIM_UID gid=EXIM_GID pid=pppp
8originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
9sender address = CALLER@test.ex
10sender_fullhost = [V4NET.0.0.0]
11sender_rcvhost = [V4NET.0.0.0]
12host in hosts_connection_nolog? no (option unset)
13LOG: smtp_connection MAIN
14 SMTP connection from [V4NET.0.0.0]
15host in host_lookup? no (option unset)
16set_process_info: pppp handling incoming connection from [V4NET.0.0.0]
17host in host_reject_connection? no (option unset)
18host in sender_unqualified_hosts? no (option unset)
19host in recipient_unqualified_hosts? no (option unset)
20host in helo_verify_hosts? no (option unset)
21host in helo_try_verify_hosts? no (option unset)
22host in helo_accept_junk_hosts? no (option unset)
23SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
24smtp_setup_msg entered
25SMTP<< mail from:<x@y>
26SMTP>> 250 OK\r
27SMTP<< rcpt to:<x@a.b.c>
28using ACL "check_rcpt"
29processing "accept"
30check domains = +local_domains
31a.b.c in "*.test.ex"? no (end of list)
32a.b.c in "+local_domains"? no (end of list)
33accept: condition test failed
34processing "accept"
35check domains = +relay_domains
36a.b.c in "a.b.c"? yes (matched "a.b.c")
37a.b.c in "+relay_domains"? yes (matched "+relay_domains")
38check verify = recipient
39>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
40Verifying x@a.b.c
41address match: subject=x@a.b.c pattern=x@a.b.c
42a.b.c in "a.b.c"? yes (matched "a.b.c")
43x@a.b.c in "x@a.b.c"? yes (matched "x@a.b.c")
44LOG: address_rewrite MAIN
45 "x@a.b.c" from env-to rewritten as "x@x.test.ex" by rule 1
46>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
47Considering x@x.test.ex
48>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
49routing x@x.test.ex
50--------> r1 router <--------
51local_part=x domain=x.test.ex
52checking domains
53x.test.ex in "a.b.c"? no (end of list)
54x.test.ex in "+relay_domains"? no (end of list)
55r1 router skipped: domains mismatch
56--------> r2 router <--------
57local_part=x domain=x.test.ex
58checking domains
59x.test.ex in "*.test.ex"? yes (matched "*.test.ex")
60x.test.ex in "+local_domains"? yes (matched "+local_domains")
61calling r2 router
62r2 router called for x@x.test.ex
63 domain = x.test.ex
64set transport t2
65queued for t2 transport: local_part = x
66domain = x.test.ex
67 errors_to=NULL
68 domain_data=NULL localpart_data=NULL
69routed by r2 router
70 envelope to: x@x.test.ex
71 transport: t2
72----------- end verify ------------
73accept: condition test succeeded
74SMTP>> 250 Accepted\r
75SMTP<< quit
76SMTP>> 221 the.local.host.name closing connection\r
77LOG: smtp_connection MAIN
78 SMTP connection from [V4NET.0.0.0] closed by QUIT
79search_tidyup called
80>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>