SPF: split library init from per-connection init
[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 spf_conn_init: [1.2.3.4] 1.2.3.4
31 SPF_dns_exim_new
32 spf_compile.c:523 Debug: Parsing macro starting at Please%_see%_http://www.openspf.org/Why?id=%{S}&ip=%{C}&receiver=%{R}
33 spf_compile.c:1210 Debug: Compiling record v=spf1
34 SMTP>> 250 the.local.host.name Hello [1.2.3.4] [1.2.3.4]
35 SMTP<< mail from:<a@b>
36 spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
37 log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
38 SMTP>> 250 OK
39 SMTP<< rcpt to:<c@d>
40 using ACL "rcpt"
41 processing "require" (TESTSUITE/test-config 16)
42 check logwrite = sender address is <$sender_address>
43 = sender address is <a@b>
44 LOG: MAIN
45 sender address is <a@b>
46 check verify = sender
47 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
48 Verifying a@b
49 address match test: subject=a@b pattern=a@b
50 b in "b"? yes (matched "b")
51 a@b in "a@b"? yes (matched "a@b")
52 LOG: address_rewrite MAIN
53 "a@b" from env-from rewritten as "rewritten-a@rewritten-b" by rule 1
54 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
55 Considering rewritten-a@rewritten-b
56 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
57 routing rewritten-a@rewritten-b
58 --------> r1 router <--------
59 local_part=rewritten-a domain=rewritten-b
60 calling r1 router
61 r1 router called for rewritten-a@rewritten-b
62 domain = rewritten-b
63 set transport t1
64 queued for t1 transport: local_part = rewritten-a
65 domain = rewritten-b
66 errors_to=NULL
67 domain_data=NULL localpart_data=NULL
68 routed by r1 router
69 envelope to: rewritten-a@rewritten-b
70 transport: t1
71 ----------- end verify ------------
72 sender a@b verified ok as rewritten-a@rewritten-b
73 require: condition test succeeded in ACL "rcpt"
74 processing "accept" (TESTSUITE/test-config 18)
75 accept: condition test succeeded in ACL "rcpt"
76 end of ACL "rcpt": ACCEPT
77 SMTP>> 250 Accepted
78 DSN: orcpt: NULL flags: 0
79 SMTP<< rcpt to:<e@f>
80 using ACL "rcpt"
81 processing "require" (TESTSUITE/test-config 16)
82 check logwrite = sender address is <$sender_address>
83 = sender address is <rewritten-a@rewritten-b>
84 LOG: MAIN
85 sender address is <rewritten-a@rewritten-b>
86 check verify = sender
87 using cached sender verify result
88 require: condition test succeeded in ACL "rcpt"
89 processing "accept" (TESTSUITE/test-config 18)
90 accept: condition test succeeded in ACL "rcpt"
91 end of ACL "rcpt": ACCEPT
92 SMTP>> 250 Accepted
93 DSN: orcpt: NULL flags: 0
94 SMTP<< quit
95 SMTP>> 221 the.local.host.name closing connection
96 LOG: smtp_connection MAIN
97 SMTP connection from ([1.2.3.4]) [1.2.3.4] closed by QUIT
98 search_tidyup called
99 >>>>>>>>>>>>>>>> Exim pid=pppp (main) terminating with rc=0 >>>>>>>>>>>>>>>>