Add log selector sender_verify_fail.
[exim.git] / test / stderr / 0362
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@test.ex
10 sender_fullhost = [V4NET.0.0.0]
11 sender_rcvhost = [V4NET.0.0.0]
12 host in hosts_connection_nolog? no (option unset)
13 LOG: smtp_connection MAIN
14 SMTP connection from [V4NET.0.0.0]
15 host in host_lookup? no (option unset)
16 set_process_info: pppp handling incoming connection from [V4NET.0.0.0]
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<< mail from:<x@y>
26 SMTP>> 250 OK
27 SMTP<< rcpt to:<x@a.b.c>
28 using ACL "check_rcpt"
29 processing "accept"
30 check domains = +local_domains
31 a.b.c in "*.test.ex"? no (end of list)
32 a.b.c in "+local_domains"? no (end of list)
33 accept: condition test failed
34 processing "accept"
35 check domains = +relay_domains
36 a.b.c in "a.b.c"? yes (matched "a.b.c")
37 a.b.c in "+relay_domains"? yes (matched "+relay_domains")
38 check verify = recipient
39 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
40 Verifying x@a.b.c
41 address match: subject=x@a.b.c pattern=x@a.b.c
42 a.b.c in "a.b.c"? yes (matched "a.b.c")
43 x@a.b.c in "x@a.b.c"? yes (matched "x@a.b.c")
44 LOG: address_rewrite MAIN
45 "x@a.b.c" from env-to rewritten as "x@x.test.ex" by rule 1
46 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
47 Considering x@x.test.ex
48 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
49 routing x@x.test.ex
50 --------> r1 router <--------
51 local_part=x domain=x.test.ex
52 checking domains
53 x.test.ex in "a.b.c"? no (end of list)
54 x.test.ex in "+relay_domains"? no (end of list)
55 r1 router skipped: domains mismatch
56 --------> r2 router <--------
57 local_part=x domain=x.test.ex
58 checking domains
59 x.test.ex in "*.test.ex"? yes (matched "*.test.ex")
60 x.test.ex in "+local_domains"? yes (matched "+local_domains")
61 calling r2 router
62 r2 router called for x@x.test.ex
63 domain = x.test.ex
64 set transport t2
65 queued for t2 transport: local_part = x
66 domain = x.test.ex
67 errors_to=NULL
68 domain_data=NULL localpart_data=NULL
69 routed by r2 router
70 envelope to: x@x.test.ex
71 transport: t2
72 ----------- end verify ------------
73 accept: condition test succeeded
74 SMTP>> 250 Accepted
75 SMTP<< quit
76 SMTP>> 221 the.local.host.name closing connection
77 LOG: smtp_connection MAIN
78 SMTP connection from [V4NET.0.0.0] closed by QUIT
79 search_tidyup called
80 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>