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