Debug: quieten DSN
[exim.git] / test / stderr / 0479
1 Exim version x.yz ....
2 changed uid/gid: forcing real = effective
3 uid=uuuu gid=CALLER_GID pid=pppp
4 configuration file is TESTSUITE/test-config
5 admin user
6 changed uid/gid: privilege not needed
7 uid=EXIM_UID gid=EXIM_GID pid=pppp
8 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
9 sender address = CALLER@the.local.host.name
10 sender_fullhost = [1.2.3.4]
11 sender_rcvhost = [1.2.3.4]
12 host in hosts_connection_nolog? no (option unset)
13 LOG: smtp_connection MAIN
14 SMTP connection from [1.2.3.4]
15 host in host_lookup? no (option unset)
16 set_process_info: pppp handling incoming connection from [1.2.3.4]
17 host in host_reject_connection? no (option unset)
18 host in sender_unqualified_hosts? no (option unset)
19 host in recipient_unqualified_hosts? no (option unset)
20 host in helo_verify_hosts? no (option unset)
21 host in helo_try_verify_hosts? no (option unset)
22 host in helo_accept_junk_hosts? no (option unset)
23 SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
24 smtp_setup_msg entered
25 SMTP<< helo [1.2.3.4]
26 [1.2.3.4] in helo_lookup_domains? no (end of list)
27 sender_fullhost = ([1.2.3.4]) [1.2.3.4]
28 sender_rcvhost = [1.2.3.4]
29 set_process_info: pppp handling incoming connection from ([1.2.3.4]) [1.2.3.4]
30 SMTP>> 250 the.local.host.name Hello [1.2.3.4] [1.2.3.4]
31 SMTP<< mail from:<a@b>
32 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
33 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
34 SMTP>> 250 OK
35 SMTP<< rcpt to:<c@d>
36 using ACL "rcpt"
37 processing "require" (TESTSUITE/test-config 16)
38 check logwrite = sender address is <$sender_address>
39 = sender address is <a@b>
40 LOG: MAIN
41 sender address is <a@b>
42 check verify = sender
43 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
44 Verifying a@b
45 address match test: subject=a@b pattern=a@b
46 b in "b"? yes (matched "b")
47 a@b in "a@b"? yes (matched "a@b")
48 LOG: address_rewrite MAIN
49 "a@b" from env-from rewritten as "rewritten-a@rewritten-b" by rule 1
50 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
51 Considering rewritten-a@rewritten-b
52 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
53 routing rewritten-a@rewritten-b
54 --------> r1 router <--------
55 local_part=rewritten-a domain=rewritten-b
56 calling r1 router
57 r1 router called for rewritten-a@rewritten-b
58 domain = rewritten-b
59 set transport t1
60 queued for t1 transport: local_part = rewritten-a
61 domain = rewritten-b
62 errors_to=NULL
63 domain_data=NULL localpart_data=NULL
64 routed by r1 router
65 envelope to: rewritten-a@rewritten-b
66 transport: t1
67 ----------- end verify ------------
68 sender a@b verified ok as rewritten-a@rewritten-b
69 require: condition test succeeded in ACL "rcpt"
70 processing "accept" (TESTSUITE/test-config 18)
71 accept: condition test succeeded in ACL "rcpt"
72 end of ACL "rcpt": ACCEPT
73 SMTP>> 250 Accepted
74 SMTP<< rcpt to:<e@f>
75 using ACL "rcpt"
76 processing "require" (TESTSUITE/test-config 16)
77 check logwrite = sender address is <$sender_address>
78 = sender address is <rewritten-a@rewritten-b>
79 LOG: MAIN
80 sender address is <rewritten-a@rewritten-b>
81 check verify = sender
82 using cached sender verify result
83 require: condition test succeeded in ACL "rcpt"
84 processing "accept" (TESTSUITE/test-config 18)
85 accept: condition test succeeded in ACL "rcpt"
86 end of ACL "rcpt": ACCEPT
87 SMTP>> 250 Accepted
88 SMTP<< quit
89 SMTP>> 221 the.local.host.name closing connection
90 LOG: smtp_connection MAIN
91 SMTP connection from ([1.2.3.4]) [1.2.3.4] closed by QUIT
92 search_tidyup called
93 >>>>>>>>>>>>>>>> Exim pid=pppp (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>