Tidy and add \0 after string_append() for relative .includes
[exim.git] / test / stderr / 0537
CommitLineData
33d73e3b
PH
1>>> host in hosts_connection_nolog? no (option unset)
2>>> host in host_lookup? no (option unset)
3>>> host in host_reject_connection? no (option unset)
4>>> host in sender_unqualified_hosts? no (option unset)
5>>> host in recipient_unqualified_hosts? no (option unset)
6>>> host in helo_verify_hosts? no (option unset)
7>>> host in helo_try_verify_hosts? no (option unset)
8>>> host in helo_accept_junk_hosts? no (option unset)
9>>> using ACL "connect"
10>>> processing "accept"
11>>> check acl = log
12>>> using ACL "log"
13>>> processing "accept"
14>>> check logwrite = ===========================================================
15LOG: ===========================================================
16>>> check logwrite = sender_ip_address=[$sender_host_address]
17>>> = sender_ip_address=[1.2.3.4]
18LOG: sender_ip_address=[1.2.3.4]
19>>> check logwrite = sender_host_authenticated=$sender_host_authenticated
20>>> = sender_host_authenticated=
21LOG: sender_host_authenticated=
22>>> check logwrite = authenticated_id=$authenticated_id
23>>> = authenticated_id=
24LOG: authenticated_id=
25>>> check logwrite = authenticated_sender=$authenticated_sender
26>>> = authenticated_sender=
27LOG: authenticated_sender=
28>>> check logwrite = interface_address=[$interface_address]
29>>> = interface_address=[]
30LOG: interface_address=[]
31>>> check logwrite = received_protocol=$received_protocol
32>>> = received_protocol=smtp
33LOG: received_protocol=smtp
34>>> looking up host name for 1.2.3.4
35LOG: no host name found for IP address 1.2.3.4
36>>> check logwrite = sender_host_name=$sender_host_name
37>>> = sender_host_name=
38LOG: sender_host_name=
39>>> check logwrite = sender_ident=$sender_ident
40>>> = sender_ident=
41LOG: sender_ident=
6968512f 42>>> accept: condition test succeeded in ACL "log"
a7538db1 43>>> end of ACL "log": ACCEPT
6968512f 44>>> accept: condition test succeeded in ACL "connect"
a7538db1 45>>> end of ACL "connect": ACCEPT
33d73e3b
PH
46>>> host in hosts_connection_nolog? no (option unset)
47>>> host in host_lookup? no (option unset)
48>>> host in host_reject_connection? no (option unset)
49>>> host in sender_unqualified_hosts? no (option unset)
50>>> host in recipient_unqualified_hosts? no (option unset)
51>>> host in helo_verify_hosts? no (option unset)
52>>> host in helo_try_verify_hosts? no (option unset)
53>>> host in helo_accept_junk_hosts? no (option unset)
54>>> using ACL "connect"
55>>> processing "accept"
56>>> check acl = log
57>>> using ACL "log"
58>>> processing "accept"
59>>> check logwrite = ===========================================================
60LOG: ===========================================================
61>>> check logwrite = sender_ip_address=[$sender_host_address]
62>>> = sender_ip_address=[5.6.7.8]
63LOG: sender_ip_address=[5.6.7.8]
64>>> check logwrite = sender_host_authenticated=$sender_host_authenticated
65>>> = sender_host_authenticated=authname
66LOG: sender_host_authenticated=authname
67>>> check logwrite = authenticated_id=$authenticated_id
68>>> = authenticated_id=authid
69LOG: authenticated_id=authid
70>>> check logwrite = authenticated_sender=$authenticated_sender
71>>> = authenticated_sender=authsender
72LOG: authenticated_sender=authsender
73>>> check logwrite = interface_address=[$interface_address]
74>>> = interface_address=[9.10.11.12]
75LOG: interface_address=[9.10.11.12]
76>>> check logwrite = received_protocol=$received_protocol
77>>> = received_protocol=smtp
78LOG: received_protocol=smtp
79>>> check logwrite = sender_host_name=$sender_host_name
80>>> = sender_host_name=hostname
81LOG: sender_host_name=hostname
82>>> check logwrite = sender_ident=$sender_ident
83>>> = sender_ident=ident
84LOG: sender_ident=ident
6968512f 85>>> accept: condition test succeeded in ACL "log"
a7538db1 86>>> end of ACL "log": ACCEPT
6968512f 87>>> accept: condition test succeeded in ACL "connect"
a7538db1 88>>> end of ACL "connect": ACCEPT
50dc7409 89>>> host in dsn_advertise_hosts? no (option unset)
33d73e3b 90>>> host in pipelining_advertise_hosts? yes (matched "*")
aa368db3 91>>> host in chunking_advertise_hosts? no (end of list)
33d73e3b
PH
92>>> using ACL "mail"
93>>> processing "accept"
94>>> check acl = log
95>>> using ACL "log"
96>>> processing "accept"
97>>> check logwrite = ===========================================================
98LOG: ===========================================================
99>>> check logwrite = sender_ip_address=[$sender_host_address]
100>>> = sender_ip_address=[5.6.7.8]
101LOG: sender_ip_address=[5.6.7.8]
102>>> check logwrite = sender_host_authenticated=$sender_host_authenticated
103>>> = sender_host_authenticated=authname
104LOG: sender_host_authenticated=authname
105>>> check logwrite = authenticated_id=$authenticated_id
106>>> = authenticated_id=authid
107LOG: authenticated_id=authid
108>>> check logwrite = authenticated_sender=$authenticated_sender
109>>> = authenticated_sender=
110LOG: authenticated_sender=
111>>> check logwrite = interface_address=[$interface_address]
112>>> = interface_address=[9.10.11.12]
113LOG: interface_address=[9.10.11.12]
114>>> check logwrite = received_protocol=$received_protocol
115>>> = received_protocol=esmtpa
116LOG: received_protocol=esmtpa
117>>> check logwrite = sender_host_name=$sender_host_name
118>>> = sender_host_name=hostname
119LOG: sender_host_name=hostname
120>>> check logwrite = sender_ident=$sender_ident
121>>> = sender_ident=ident
122LOG: sender_ident=ident
6968512f 123>>> accept: condition test succeeded in ACL "log"
a7538db1 124>>> end of ACL "log": ACCEPT
33d73e3b
PH
125>>> check acl = auth
126>>> using ACL "auth"
127>>> processing "accept"
128>>> check authenticated = *
129>>> authname in "*"? yes (matched "*")
130>>> check logwrite = +++ host is authenticated +++
131LOG: +++ host is authenticated +++
6968512f 132>>> accept: condition test succeeded in ACL "auth"
a7538db1 133>>> end of ACL "auth": ACCEPT
6968512f 134>>> accept: condition test succeeded in ACL "mail"
a7538db1 135>>> end of ACL "mail": ACCEPT
33d73e3b
PH
136>>> using ACL "mail"
137>>> processing "accept"
138>>> check acl = log
139>>> using ACL "log"
140>>> processing "accept"
141>>> check logwrite = ===========================================================
142LOG: ===========================================================
143>>> check logwrite = sender_ip_address=[$sender_host_address]
144>>> = sender_ip_address=[5.6.7.8]
145LOG: sender_ip_address=[5.6.7.8]
146>>> check logwrite = sender_host_authenticated=$sender_host_authenticated
147>>> = sender_host_authenticated=authname
148LOG: sender_host_authenticated=authname
149>>> check logwrite = authenticated_id=$authenticated_id
150>>> = authenticated_id=authid
151LOG: authenticated_id=authid
152>>> check logwrite = authenticated_sender=$authenticated_sender
153>>> = authenticated_sender=<asender@a.domain>
154LOG: authenticated_sender=<asender@a.domain>
155>>> check logwrite = interface_address=[$interface_address]
156>>> = interface_address=[9.10.11.12]
157LOG: interface_address=[9.10.11.12]
158>>> check logwrite = received_protocol=$received_protocol
159>>> = received_protocol=esmtpa
160LOG: received_protocol=esmtpa
161>>> check logwrite = sender_host_name=$sender_host_name
162>>> = sender_host_name=hostname
163LOG: sender_host_name=hostname
164>>> check logwrite = sender_ident=$sender_ident
165>>> = sender_ident=ident
166LOG: sender_ident=ident
6968512f 167>>> accept: condition test succeeded in ACL "log"
a7538db1 168>>> end of ACL "log": ACCEPT
33d73e3b
PH
169>>> check acl = auth
170>>> using ACL "auth"
171>>> processing "accept"
172>>> check authenticated = *
173>>> authname in "*"? yes (matched "*")
174>>> check logwrite = +++ host is authenticated +++
175LOG: +++ host is authenticated +++
6968512f 176>>> accept: condition test succeeded in ACL "auth"
a7538db1 177>>> end of ACL "auth": ACCEPT
6968512f 178>>> accept: condition test succeeded in ACL "mail"
a7538db1 179>>> end of ACL "mail": ACCEPT