summaryrefslogtreecommitdiff
path: root/test/stderr/0371
blob: 534a643f31c92bb5c945db8c9d483b96ab4f4cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
Exim version x.yz ....
changed uid/gid: forcing real = effective
  uid=uuuu gid=CALLER_GID pid=pppp
configuration file is TESTSUITE/test-config
admin user
changed uid/gid: privilege not needed
  uid=EXIM_UID gid=EXIM_GID pid=pppp
originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
sender address = CALLER@test.ex
sender_fullhost = [V4NET.0.0.0]
sender_rcvhost = [V4NET.0.0.0]
host in hosts_connection_nolog? no (option unset)
LOG: smtp_connection MAIN
  SMTP connection from [V4NET.0.0.0]
host in host_lookup? no (option unset)
set_process_info: pppp handling incoming connection from [V4NET.0.0.0]
host in host_reject_connection? no (option unset)
host in sender_unqualified_hosts? no (option unset)
host in recipient_unqualified_hosts? no (option unset)
host in helo_verify_hosts? no (option unset)
host in helo_try_verify_hosts? no (option unset)
host in helo_accept_junk_hosts? no (option unset)
using ACL "connect"
processing "accept"
check set acl_c0 = $acl_c0; connect
                 = ; connect
check set acl_c9 = $acl_c9; connect
                 = ; connect
accept: condition test succeeded in ACL "connect"
end of ACL "connect": ACCEPT
SMTP>> 220 mail.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
smtp_setup_msg entered
SMTP<< ehlo something
something in helo_lookup_domains? no (end of list)
sender_fullhost = (something) [V4NET.0.0.0]
sender_rcvhost = [V4NET.0.0.0] (helo=something)
set_process_info: pppp handling incoming connection from (something) [V4NET.0.0.0]
host in dsn_advertise_hosts? no (option unset)
host in pipelining_advertise_hosts? yes (matched "*")
SMTP>> 250-mail.test.ex Hello something [V4NET.0.0.0]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250 HELP
SMTP<< mail from:<x@y>
using ACL "mail"
processing "accept"
check set acl_c0 = $acl_c0; mail
                 = ; connect; mail
check set acl_c9 = $acl_c9; mail
                 = ; connect; mail
check set acl_m0 = $acl_m0; mail
                 = ; mail
accept: condition test succeeded in ACL "mail"
end of ACL "mail": ACCEPT
SMTP>> 250 OK
SMTP<< rcpt to:<x@y>
using ACL "rcpt"
processing "accept"
check set acl_m0 = $acl_m0; rcpt
                 = ; mail; rcpt
check set acl_m9 = $acl_m9; rcpt
                 = ; rcpt
check set acl_c0 = $acl_c0; rcpt
                 = ; connect; mail; rcpt
accept: condition test succeeded in ACL "rcpt"
end of ACL "rcpt": ACCEPT
SMTP>> 250 Accepted
DSN: orcpt: NULL  flags: 0
SMTP<< data
SMTP>> 354 Enter message, ending with "." on a line by itself
search_tidyup called
>>Headers received:

search_tidyup called
>>Headers after rewriting and local additions:

Data file written for message 10HmaX-0005vi-00
>>Generated Received: header line
P Received: from [V4NET.0.0.0] (helo=something)
	by mail.test.ex with esmtp (Exim x.yz)
	(envelope-from <x@y>)
	id 10HmaX-0005vi-00
	for x@y; Tue, 2 Mar 1999 09:44:33 +0000
using ACL "data"
processing "accept"
check set acl_m0 = $acl_m0; data
                 = ; mail; rcpt; data
check set acl_m9 = $acl_m9; data
                 = ; rcpt; data
accept: condition test succeeded in ACL "data"
end of ACL "data": ACCEPT
calling local_scan(); timeout=300
local_scan() returned 0 NULL
LOG: MAIN
  <= x@y H=(something) [V4NET.0.0.0] P=esmtp S=sss
SMTP>> 250 OK id=10HmaX-0005vi-00
smtp_setup_msg entered
SMTP<< vrfy x@y
host in smtp_accept_max_nonmail_hosts? yes (matched "*")
using ACL "vrfy"
processing "accept"
check set acl_c0 = $acl_c0; vrfy
                 = ; connect; mail; rcpt; vrfy
check set acl_c9 = $acl_c9; vrfy
                 = ; connect; mail; vrfy
check set acl_m0 = $acl_m0; vrfy
                 = ; vrfy
accept: condition test succeeded in ACL "vrfy"
end of ACL "vrfy": ACCEPT
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Verifying x@y
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Considering x@y
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
routing x@y
no more routers
LOG: MAIN
  VRFY failed for x@y H=(something) [V4NET.0.0.0]
SMTP>> 550 <x@y> Unrouteable address
SMTP<< mail from:<x@y>
using ACL "mail"
processing "accept"
check set acl_c0 = $acl_c0; mail
                 = ; connect; mail; rcpt; vrfy; mail
check set acl_c9 = $acl_c9; mail
                 = ; connect; mail; vrfy; mail
check set acl_m0 = $acl_m0; mail
                 = ; mail
accept: condition test succeeded in ACL "mail"
end of ACL "mail": ACCEPT
SMTP>> 250 OK
SMTP<< quit
SMTP>> 221 mail.test.ex closing connection
LOG: smtp_connection MAIN
  SMTP connection from (something) [V4NET.0.0.0] closed by QUIT
search_tidyup called
>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>