Merge branch 'master' into dane
[exim.git] / test / stderr / 0420
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)
898d150f 23SMTP>> 220 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
54c5ebb1
PH
24smtp_setup_msg entered
25SMTP<< mail from:<x@y>
898d150f 26SMTP>> 250 OK
54c5ebb1
PH
27SMTP<< rcpt to:<x@y>
28processing "accept"
6968512f 29accept: condition test succeeded in inline ACL
a7538db1 30end of inline ACL: ACCEPT
898d150f 31SMTP>> 250 Accepted
54c5ebb1 32SMTP<< data
898d150f 33SMTP>> 354 Enter message, ending with "." on a line by itself
54c5ebb1
PH
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
898d150f 48SMTP>> 250 OK id=10HmaX-0005vi-00
54c5ebb1
PH
49smtp_setup_msg entered
50SMTP<< mail from:<a@b>
898d150f 51SMTP>> 250 OK
54c5ebb1
PH
52SMTP<< rcpt to:<x@y>
53processing "accept"
6968512f 54accept: condition test succeeded in inline ACL
a7538db1 55end of inline ACL: ACCEPT
898d150f 56SMTP>> 250 Accepted
54c5ebb1 57SMTP<< data
898d150f 58SMTP>> 354 Enter message, ending with "." on a line by itself
54c5ebb1
PH
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
898d150f 73SMTP>> 250 OK id=10HmaY-0005vi-00
54c5ebb1
PH
74smtp_setup_msg entered
75SMTP<< quit
898d150f 76SMTP>> 221 mail.test.ex closing connection
54c5ebb1
PH
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 >>>>>>>>>>>>>>>>