Testsuite: add per-testcase munge facility; use for dnssec and gnutls.
[exim.git] / test / stdout / 3454
1 Connecting to 127.0.0.1 port 1225 ... connected
2 ??? 220
3 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4 >>> ehlo foobar
5 ??? 250-myhost
6 <<< 250-myhost.test.ex Hello foobar [127.0.0.1]
7 ??? 250-SIZE
8 <<< 250-SIZE 52428800
9 ??? 250-8BITMIME
10 <<< 250-8BITMIME
11 ??? 250-PIPELINING
12 <<< 250-PIPELINING
13 ??? 250-AUTH
14 <<< 250-AUTH PLAIN
15 ??? 250-STARTTLS
16 <<< 250-STARTTLS
17 ??? 250 HELP
18 <<< 250 HELP
19 >>> starttls
20 ??? 220 TLS
21 <<< 220 TLS go ahead
22 Attempting to start TLS
23 SSL info: before/connect initialization
24 SSL info: before/connect initialization
25 SSL info: SSLv2/v3 write client hello A
26 SSL info: SSLv3 read server hello A
27 SSL info: SSLv3 read server certificate A
28 SSL info: SSLv3 read server key exchange A
29 SSL info: SSLv3 read server done A
30 SSL info: SSLv3 write client key exchange A
31 SSL info: SSLv3 write change cipher spec A
32 SSL info: SSLv3 write finished A
33 SSL info: SSLv3 flush data
34 SSL info: SSLv3 read finished A
35 SSL info: SSL negotiation finished successfully
36 SSL info: SSL negotiation finished successfully
37 SSL connection using AES256-SHA
38 Succeeded in starting TLS
39 >>> auth plain AHVzZXJ4AHNlY3JldA==
40 ??? 503
41 <<< 503 AUTH command used when not advertised
42 End of script
43 Connecting to 127.0.0.1 port 1225 ... connected
44 ??? 220
45 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
46 >>> ehlo foobar
47 ??? 250-myhost
48 <<< 250-myhost.test.ex Hello foobar [127.0.0.1]
49 ??? 250-SIZE
50 <<< 250-SIZE 52428800
51 ??? 250-8BITMIME
52 <<< 250-8BITMIME
53 ??? 250-PIPELINING
54 <<< 250-PIPELINING
55 ??? 250-AUTH
56 <<< 250-AUTH PLAIN
57 ??? 250-STARTTLS
58 <<< 250-STARTTLS
59 ??? 250 HELP
60 <<< 250 HELP
61 >>> starttls
62 ??? 220 TLS
63 <<< 220 TLS go ahead
64 Attempting to start TLS
65 SSL info: before/connect initialization
66 SSL info: before/connect initialization
67 SSL info: SSLv2/v3 write client hello A
68 SSL info: SSLv3 read server hello A
69 SSL info: SSLv3 read server certificate A
70 SSL info: SSLv3 read server key exchange A
71 SSL info: SSLv3 read server done A
72 SSL info: SSLv3 write client key exchange A
73 SSL info: SSLv3 write change cipher spec A
74 SSL info: SSLv3 write finished A
75 SSL info: SSLv3 flush data
76 SSL info: SSLv3 read finished A
77 SSL info: SSL negotiation finished successfully
78 SSL info: SSL negotiation finished successfully
79 SSL connection using AES256-SHA
80 Succeeded in starting TLS
81 >>> ehlo foobar
82 ??? 250-myhost
83 <<< 250-myhost.test.ex Hello foobar [127.0.0.1]
84 ??? 250-SIZE
85 <<< 250-SIZE 52428800
86 ??? 250-8BITMIME
87 <<< 250-8BITMIME
88 ??? 250-PIPELINING
89 <<< 250-PIPELINING
90 ??? 250-AUTH
91 <<< 250-AUTH PLAIN
92 ??? 250 HELP
93 <<< 250 HELP
94 >>> auth plain AHVzZXJ4AHNlY3JldA==
95 ??? 235
96 <<< 235 Authentication succeeded
97 >>> quit
98 ??? 221
99 <<< 221 myhost.test.ex closing connection
100 End of script