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