Merge branch 'master' into dane
[exim.git] / test / stderr / 0420
... / ...
CommitLineData
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)
23SMTP>> 220 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
24smtp_setup_msg entered
25SMTP<< mail from:<x@y>
26SMTP>> 250 OK
27SMTP<< rcpt to:<x@y>
28processing "accept"
29accept: condition test succeeded in inline ACL
30end of inline ACL: ACCEPT
31SMTP>> 250 Accepted
32SMTP<< data
33SMTP>> 354 Enter message, ending with "." on a line by itself
34search_tidyup called
35host in ignore_fromline_hosts? no (option unset)
36>>Headers received:
37
38search_tidyup called
39>>Headers after rewriting and local additions:
40
41Data file written for message 10HmaX-0005vi-00
42>>Generated Received: header line
43* Received: ; Tue, 2 Mar 1999 09:44:33 +0000
44calling local_scan(); timeout=300
45local_scan() returned 0 NULL
46LOG: MAIN
47 <= x@y H=[V4NET.0.0.0] P=smtp S=sss
48SMTP>> 250 OK id=10HmaX-0005vi-00
49smtp_setup_msg entered
50SMTP<< mail from:<a@b>
51SMTP>> 250 OK
52SMTP<< rcpt to:<x@y>
53processing "accept"
54accept: condition test succeeded in inline ACL
55end of inline ACL: ACCEPT
56SMTP>> 250 Accepted
57SMTP<< data
58SMTP>> 354 Enter message, ending with "." on a line by itself
59search_tidyup called
60host in ignore_fromline_hosts? no (option unset)
61>>Headers received:
62
63search_tidyup called
64>>Headers after rewriting and local additions:
65
66Data file written for message 10HmaY-0005vi-00
67>>Generated Received: header line
68P Received: some text; Tue, 2 Mar 1999 09:44:33 +0000
69calling local_scan(); timeout=300
70local_scan() returned 0 NULL
71LOG: MAIN
72 <= a@b H=[V4NET.0.0.0] P=smtp S=sss
73SMTP>> 250 OK id=10HmaY-0005vi-00
74smtp_setup_msg entered
75SMTP<< quit
76SMTP>> 221 mail.test.ex closing connection
77LOG: smtp_connection MAIN
78 SMTP connection from [V4NET.0.0.0] closed by QUIT
79search_tidyup called
80>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>