Testsuite: handle RC tagging convention
[exim.git] / test / stderr / 5820
CommitLineData
570cb1bd
JH
1### TLSA (3 1 1) (DANE-EE SPKI SHA2-256)
2### TLSA (3 1 2) ( SHA2-512)
899b8bbc
JH
3### Recipient callout
4>>> host in hosts_connection_nolog? no (option unset)
5>>> host in host_lookup? no (option unset)
6>>> host in host_reject_connection? no (option unset)
7>>> host in sender_unqualified_hosts? no (option unset)
8>>> host in recipient_unqualified_hosts? no (option unset)
9>>> host in helo_verify_hosts? no (option unset)
10>>> host in helo_try_verify_hosts? no (option unset)
11>>> host in helo_accept_junk_hosts? no (option unset)
277b9979 12>>> processing "accept" (TESTSUITE/test-config 87)
899b8bbc
JH
13>>> check verify = recipient/callout
14>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
15>>> routing rcptuser@dane256ee.test.ex
16>>> calling client router
17>>> dane256ee.test.ex in "*"? yes (matched "*")
18>>> local host found for non-MX address
19>>> routed by client router
20>>> Attempting full verification using callout
21>>> callout cache: no domain record found for dane256ee.test.ex
22>>> callout cache: no address record found for rcptuser@dane256ee.test.ex
23>>> ip4.ip4.ip4.ip4 in hosts_require_dane? yes (matched "ip4.ip4.ip4.ip4")
24>>> interface=NULL port=1225
adb21834 25>>> Connecting to dane256ee.test.ex [ip4.ip4.ip4.ip4]:1225 ... connected
899b8bbc
JH
26>>> SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
27>>> ip4.ip4.ip4.ip4 in hosts_avoid_esmtp? no (option unset)
28>>> SMTP>> EHLO myhost.test.ex
29>>> cmd buf flush 21 bytes
30>>> SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
31>>> 250-SIZE 52428800
32>>> 250-8BITMIME
33>>> 250-PIPELINING
34>>> 250-STARTTLS
35>>> 250 HELP
36>>> ip4.ip4.ip4.ip4 in hosts_avoid_tls? no (option unset)
37>>> ip4.ip4.ip4.ip4 in hosts_verify_avoid_tls? no (option unset)
38>>> SMTP>> STARTTLS
39>>> cmd buf flush 10 bytes
40>>> SMTP<< 220 TLS go ahead
899b8bbc
JH
41>>> SMTP>> EHLO myhost.test.ex
42>>> cmd buf flush 21 bytes
43>>> SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
44>>> 250-SIZE 52428800
45>>> 250-8BITMIME
46>>> 250-PIPELINING
47>>> 250 HELP
48>>> ip4.ip4.ip4.ip4 in hosts_avoid_pipelining? no (option unset)
49>>> ip4.ip4.ip4.ip4 in hosts_require_auth? no (option unset)
50>>> SMTP>> MAIL FROM:<>
51>>> SMTP>> RCPT TO:<rcptuser@dane256ee.test.ex>
52>>> cmd buf flush 52 bytes
53>>> SMTP<< 250 OK
54>>> SMTP<< 250 Accepted
55>>> SMTP>> QUIT
56>>> cmd buf flush 6 bytes
57>>> SMTP<< 221 myhost.test.ex closing connection
58>>> SMTP(close)>>
59>>> wrote callout cache domain record for dane256ee.test.ex:
60>>> result=1 postmaster=0 random=0
61>>> wrote positive callout cache address record for rcptuser@dane256ee.test.ex
62>>> ----------- end verify ------------
63>>> accept: condition test succeeded in inline ACL
64>>> end of inline ACL: ACCEPT
65LOG: unexpected disconnection while reading SMTP command from [127.0.0.1] D=qqs
570cb1bd 66### TLSA (2 0 1) (DANE-TA CERT SHA2-256)
899b8bbc
JH
67### A server with a nonverifying cert and no TLSA
68### A server with a verifying cert and no TLSA
69### A server with two MXs for which both TLSA lookups return defer (delivery should defer)
70### A server lacking a TLSA, dane required (should fail)
71### A server lacking a TLSA, dane requested only (should deliver, non-DANE, as the NXDOMAIN is not DNSSEC)
72### A server where the A is dnssec and the TLSA lookup _fails_ (delivery should defer)
73### A server securely saying "no TLSA records here", dane required (delivery should fail)
74### A server securely saying "no TLSA records here", dane requested only (should deliver)
75### A server securely serving a wrong TLSA record, dane requested only (delivery should fail)
76### A server insecurely serving a good TLSA record, dane requested only (should deliver, non-DANE)
77### A server insecurely serving a good TLSA record, dane required (delivery should fail)
78### A server insecurely serving a good A record, dane requested only (should deliver, non-DANE)
79### A server insecurely serving a good A record, dane required (delivery should fail)
94c13285 80### A server with a mixed-usage set of TLSAs - the EE-mode one failing verify (should deliver, DANE-mode)
28646fa9
JH
81### A server with a name not matching the cert. TA-mode; should fail
82### A server with a name not matching the cert. EE-mode; should deliver and claim DANE mode
59c0959a 83### A server securely serving a wrong TLSA record, dane not requested (delivery should work non-dane)
899b8bbc
JH
84
85******** SERVER ********
570cb1bd
JH
86### TLSA (3 1 1) (DANE-EE SPKI SHA2-256)
87### TLSA (3 1 2) ( SHA2-512)
899b8bbc 88### Recipient callout
570cb1bd 89### TLSA (2 0 1) (DANE-TA CERT SHA2-256)
899b8bbc
JH
90### A server with a nonverifying cert and no TLSA
91### A server with a verifying cert and no TLSA
92### A server with two MXs for which both TLSA lookups return defer (delivery should defer)
93### A server lacking a TLSA, dane required (should fail)
94### A server lacking a TLSA, dane requested only (should deliver, non-DANE, as the NXDOMAIN is not DNSSEC)
95### A server where the A is dnssec and the TLSA lookup _fails_ (delivery should defer)
96### A server securely saying "no TLSA records here", dane required (delivery should fail)
97### A server securely saying "no TLSA records here", dane requested only (should deliver)
98### A server securely serving a wrong TLSA record, dane requested only (delivery should fail)
99### A server insecurely serving a good TLSA record, dane requested only (should deliver, non-DANE)
100### A server insecurely serving a good TLSA record, dane required (delivery should fail)
101### A server insecurely serving a good A record, dane requested only (should deliver, non-DANE)
102### A server insecurely serving a good A record, dane required (delivery should fail)
94c13285 103### A server with a mixed-usage set of TLSAs - the EE-mode one failing verify (should deliver, DANE-mode)
28646fa9
JH
104### A server with a name not matching the cert. TA-mode; should fail
105### A server with a name not matching the cert. EE-mode; should deliver and claim DANE mode
59c0959a 106### A server securely serving a wrong TLSA record, dane not requested (delivery should work non-dane)