SPF: split library init from per-connection init
[exim.git] / test / stderr / 0479
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@the.local.host.name
10sender_fullhost = [1.2.3.4]
11sender_rcvhost = [1.2.3.4]
12host in hosts_connection_nolog? no (option unset)
13LOG: smtp_connection MAIN
14 SMTP connection from [1.2.3.4]
15host in host_lookup? no (option unset)
16set_process_info: pppp handling incoming connection from [1.2.3.4]
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)
898d150f 23SMTP>> 220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
24smtp_setup_msg entered
25SMTP<< helo [1.2.3.4]
26[1.2.3.4] in helo_lookup_domains? no (end of list)
27sender_fullhost = ([1.2.3.4]) [1.2.3.4]
28sender_rcvhost = [1.2.3.4]
29set_process_info: pppp handling incoming connection from ([1.2.3.4]) [1.2.3.4]
73ec116f 30spf_conn_init: [1.2.3.4] 1.2.3.4
b8e97684
JH
31SPF_dns_exim_new
32spf_compile.c:523 Debug: Parsing macro starting at Please%_see%_http://www.openspf.org/Why?id=%{S}&ip=%{C}&receiver=%{R}
33spf_compile.c:1210 Debug: Compiling record v=spf1
898d150f 34SMTP>> 250 the.local.host.name Hello [1.2.3.4] [1.2.3.4]
54c5ebb1 35SMTP<< mail from:<a@b>
ddf1b11a 36spool directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100 msg_size = 0
ad424056 37log directory space = nnnnnK inodes = nnnnn check_space = 10240K inodes = 100
898d150f 38SMTP>> 250 OK
54c5ebb1
PH
39SMTP<< rcpt to:<c@d>
40using ACL "rcpt"
897024f1 41processing "require" (TESTSUITE/test-config 16)
54c5ebb1
PH
42check logwrite = sender address is <$sender_address>
43 = sender address is <a@b>
44LOG: MAIN
45 sender address is <a@b>
46check verify = sender
47>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
48Verifying a@b
cd5567b1 49address match test: subject=a@b pattern=a@b
54c5ebb1
PH
50b in "b"? yes (matched "b")
51a@b in "a@b"? yes (matched "a@b")
52LOG: address_rewrite MAIN
53 "a@b" from env-from rewritten as "rewritten-a@rewritten-b" by rule 1
54>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
55Considering rewritten-a@rewritten-b
56>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
57routing rewritten-a@rewritten-b
58--------> r1 router <--------
59local_part=rewritten-a domain=rewritten-b
60calling r1 router
61r1 router called for rewritten-a@rewritten-b
62 domain = rewritten-b
63set transport t1
64queued for t1 transport: local_part = rewritten-a
65domain = rewritten-b
66 errors_to=NULL
67 domain_data=NULL localpart_data=NULL
68routed by r1 router
69 envelope to: rewritten-a@rewritten-b
70 transport: t1
71----------- end verify ------------
72sender a@b verified ok as rewritten-a@rewritten-b
6968512f 73require: condition test succeeded in ACL "rcpt"
897024f1 74processing "accept" (TESTSUITE/test-config 18)
6968512f 75accept: condition test succeeded in ACL "rcpt"
a7538db1 76end of ACL "rcpt": ACCEPT
898d150f 77SMTP>> 250 Accepted
50dc7409 78DSN: orcpt: NULL flags: 0
54c5ebb1
PH
79SMTP<< rcpt to:<e@f>
80using ACL "rcpt"
897024f1 81processing "require" (TESTSUITE/test-config 16)
54c5ebb1
PH
82check logwrite = sender address is <$sender_address>
83 = sender address is <rewritten-a@rewritten-b>
84LOG: MAIN
85 sender address is <rewritten-a@rewritten-b>
86check verify = sender
87using cached sender verify result
6968512f 88require: condition test succeeded in ACL "rcpt"
897024f1 89processing "accept" (TESTSUITE/test-config 18)
6968512f 90accept: condition test succeeded in ACL "rcpt"
a7538db1 91end of ACL "rcpt": ACCEPT
898d150f 92SMTP>> 250 Accepted
50dc7409 93DSN: orcpt: NULL flags: 0
54c5ebb1 94SMTP<< quit
898d150f 95SMTP>> 221 the.local.host.name closing connection
54c5ebb1
PH
96LOG: smtp_connection MAIN
97 SMTP connection from ([1.2.3.4]) [1.2.3.4] closed by QUIT
98search_tidyup called
9bfb7e1b 99>>>>>>>>>>>>>>>> Exim pid=pppp (main) terminating with rc=0 >>>>>>>>>>>>>>>>