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