Magnus' patch for $sending_ip_address and $sending_port.
[exim.git] / test / stderr / 0371
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)
23using ACL "connect"
24processing "accept"
25check set acl_c0 = $acl_c0; connect
26 = ; connect
27check set acl_c9 = $acl_c9; connect
28 = ; connect
29accept: condition test succeeded
898d150f 30SMTP>> 220 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
31smtp_setup_msg entered
32SMTP<< ehlo something
33something in helo_lookup_domains? no (end of list)
34sender_fullhost = (something) [V4NET.0.0.0]
35sender_rcvhost = [V4NET.0.0.0] (helo=something)
36set_process_info: pppp handling incoming connection from (something) [V4NET.0.0.0]
37host in pipelining_advertise_hosts? yes (matched "*")
898d150f
PH
38SMTP>> 250-mail.test.ex Hello something [V4NET.0.0.0]
39250-SIZE 52428800
40250-PIPELINING
41250 HELP
54c5ebb1
PH
42SMTP<< mail from:<x@y>
43using ACL "mail"
44processing "accept"
45check set acl_c0 = $acl_c0; mail
46 = ; connect; mail
47check set acl_c9 = $acl_c9; mail
48 = ; connect; mail
49check set acl_m0 = $acl_m0; mail
50 = ; mail
51accept: condition test succeeded
898d150f 52SMTP>> 250 OK
54c5ebb1
PH
53SMTP<< rcpt to:<x@y>
54using ACL "rcpt"
55processing "accept"
56check set acl_m0 = $acl_m0; rcpt
57 = ; mail; rcpt
58check set acl_m9 = $acl_m9; rcpt
59 = ; rcpt
60check set acl_c0 = $acl_c0; rcpt
61 = ; connect; mail; rcpt
62accept: condition test succeeded
898d150f 63SMTP>> 250 Accepted
54c5ebb1 64SMTP<< data
898d150f 65SMTP>> 354 Enter message, ending with "." on a line by itself
54c5ebb1
PH
66search_tidyup called
67>>Headers received:
68
69search_tidyup called
70>>Headers after rewriting and local additions:
71
72Data file written for message 10HmaX-0005vi-00
73>>Generated Received: header line
74P Received: from [V4NET.0.0.0] (helo=something)
75 by mail.test.ex with esmtp (Exim x.yz)
76 (envelope-from <x@y>)
77 id 10HmaX-0005vi-00
78 for x@y; Tue, 2 Mar 1999 09:44:33 +0000
79using ACL "data"
80processing "accept"
81check set acl_m0 = $acl_m0; data
82 = ; mail; rcpt; data
83check set acl_m9 = $acl_m9; data
84 = ; rcpt; data
85accept: condition test succeeded
86calling local_scan(); timeout=300
87local_scan() returned 0 NULL
88LOG: MAIN
89 <= x@y H=(something) [V4NET.0.0.0] P=esmtp S=sss
898d150f 90SMTP>> 250 OK id=10HmaX-0005vi-00
54c5ebb1
PH
91smtp_setup_msg entered
92SMTP<< vrfy x@y
93host in smtp_accept_max_nonmail_hosts? yes (matched "*")
94using ACL "vrfy"
95processing "accept"
96check set acl_c0 = $acl_c0; vrfy
97 = ; connect; mail; rcpt; vrfy
98check set acl_c9 = $acl_c9; vrfy
99 = ; connect; mail; vrfy
100check set acl_m0 = $acl_m0; vrfy
101 = ; vrfy
102accept: condition test succeeded
103>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
104Verifying x@y
105>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
106Considering x@y
107>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
108routing x@y
109no more routers
110LOG: MAIN
111 VRFY failed for x@y H=(something) [V4NET.0.0.0]
898d150f 112SMTP>> 550 <x@y> Unrouteable address
54c5ebb1
PH
113SMTP<< mail from:<x@y>
114using ACL "mail"
115processing "accept"
116check set acl_c0 = $acl_c0; mail
117 = ; connect; mail; rcpt; vrfy; mail
118check set acl_c9 = $acl_c9; mail
119 = ; connect; mail; vrfy; mail
120check set acl_m0 = $acl_m0; mail
121 = ; mail
122accept: condition test succeeded
898d150f 123SMTP>> 250 OK
54c5ebb1 124SMTP<< quit
898d150f 125SMTP>> 221 mail.test.ex closing connection
54c5ebb1
PH
126LOG: smtp_connection MAIN
127 SMTP connection from (something) [V4NET.0.0.0] closed by QUIT
128search_tidyup called
129>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>