Fix callouts connection fallback from TLS to cleartext. Bug 1897
[exim.git] / test / stderr / 5403
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 >>> myhost.test.ex in helo_lookup_domains? yes (matched "@")
10 >>> looking up host name for 1.2.3.4
11 LOG: no host name found for IP address 1.2.3.4
12 >>> host in dsn_advertise_hosts? no (option unset)
13 >>> host in pipelining_advertise_hosts? yes (matched "*")
14 >>> host in chunking_advertise_hosts? no (end of list)
15 >>> using ACL "ar"
16 >>> processing "warn"
17 >>> check control = cutthrough_delivery
18 >>> check logwrite = rcpt for $local_part@$domain
19 >>> = rcpt for plain@domain.com
20 LOG: rcpt for plain@domain.com
21 >>> warn: condition test succeeded in ACL "ar"
22 >>> processing "warn"
23 >>> check condition = ${if eq {verify}{$local_part}}
24 >>> =
25 >>> warn: condition test failed in ACL "ar"
26 >>> processing "accept"
27 >>> accept: condition test succeeded in ACL "ar"
28 >>> end of ACL "ar": ACCEPT
29 LOG: 10HmaX-0005vi-00 <= CALLER@myhost.test.ex H=(myhost.test.ex) [1.2.3.4] P=esmtp S=sss for plain@domain.com
30 >>> host in hosts_connection_nolog? no (option unset)
31 >>> host in host_lookup? no (option unset)
32 >>> host in host_reject_connection? no (option unset)
33 >>> host in sender_unqualified_hosts? no (option unset)
34 >>> host in recipient_unqualified_hosts? no (option unset)
35 >>> host in helo_verify_hosts? no (option unset)
36 >>> host in helo_try_verify_hosts? no (option unset)
37 >>> host in helo_accept_junk_hosts? no (option unset)
38 >>> myhost.test.ex in helo_lookup_domains? yes (matched "@")
39 >>> looking up host name for 1.2.3.4
40 LOG: no host name found for IP address 1.2.3.4
41 >>> host in dsn_advertise_hosts? no (option unset)
42 >>> host in pipelining_advertise_hosts? yes (matched "*")
43 >>> host in chunking_advertise_hosts? no (end of list)
44 >>> using ACL "ar"
45 >>> processing "warn"
46 >>> check control = cutthrough_delivery
47 >>> check logwrite = rcpt for $local_part@$domain
48 >>> = rcpt for verify@domain.com
49 LOG: rcpt for verify@domain.com
50 >>> warn: condition test succeeded in ACL "ar"
51 >>> processing "warn"
52 >>> check condition = ${if eq {verify}{$local_part}}
53 >>> = true
54 >>> check verify = recipient/callout=use_sender
55 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
56 >>> routing verify@domain.com
57 >>> domain.com in "localhost.test.ex : localhost4.test.ex : thishost.test.ex"? no (end of list)
58 >>> domain.com in "test.ex : *.test.ex"? no (end of list)
59 >>> domain.com in "! +local_domains"? yes (end of list)
60 >>> calling all router
61 >>> domain.com in "special.com"? no (end of list)
62 >>> domain.com in "*"? yes (matched "*")
63 >>> local host found for non-MX address
64 >>> fully qualified name = 127.0.0.1
65 MUNGED: ::1 will be omitted in what follows
66 >>> get[host|ipnode]byname[2] looked up these IP addresses:
67 >>> name=127.0.0.1 address=127.0.0.1
68 >>> routed by all router
69 >>> Attempting full verification using callout
70 >>> callout cache: disabled by no_cache
71 >>> interface=ip4.ip4.ip4.ip4 port=1224
72 >>> Connecting to 127.0.0.1 [127.0.0.1]:1224 from ip4.ip4.ip4.ip4 ... connected
73 >>> SMTP<< 220 server ready
74 >>> 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
75 >>> SMTP>> EHLO myhost.test.ex
76 >>> cmd buf flush 21 bytes
77 >>> SMTP<< 250 OK
78 >>> 127.0.0.1 in hosts_require_auth? no (option unset)
79 >>> SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
80 >>> cmd buf flush 37 bytes
81 >>> SMTP<< 250 OK
82 >>> SMTP>> RCPT TO:<verify@domain.com>
83 >>> cmd buf flush 29 bytes
84 >>> SMTP<< 250 OK
85 >>> holding verify callout open for cutthrough delivery
86 >>> ----------- end verify ------------
87 >>> warn: condition test succeeded in ACL "ar"
88 >>> processing "accept"
89 >>> accept: condition test succeeded in ACL "ar"
90 >>> end of ACL "ar": ACCEPT
91 >>> SMTP>> QUIT
92 >>> SMTP(close)>>
93 >>> ----------- cutthrough shutdown (host-checking mode) ------------
94 LOG: 10HmaY-0005vi-00 <= CALLER@myhost.test.ex H=(myhost.test.ex) [1.2.3.4] P=esmtp S=sss for verify@domain.com