Some test output changes caused by the addition of the DKIP lookup type.
[exim.git] / test / stdout / 3463
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-
6 <<< 250-myhost.test.ex Hello foobar [127.0.0.1]
7 ??? 250-
8 <<< 250-SIZE 52428800
9 ??? 250-
10 <<< 250-PIPELINING
11 ??? 250-
12 <<< 250-AUTH PLAIN
13 ??? 250-
14 <<< 250-STARTTLS
15 ??? 250
16 <<< 250 HELP
17 >>> starttls
18 ??? 220
19 <<< 220 TLS go ahead
20 Attempting to start TLS
21 SSL info: before/connect initialization
22 SSL info: before/connect initialization
23 SSL info: SSLv2/v3 write client hello A
24 SSL info: SSLv3 read server hello A
25 SSL info: SSLv3 read server certificate A
26 SSL info: SSLv3 read server done A
27 SSL info: SSLv3 write client key exchange A
28 SSL info: SSLv3 write change cipher spec A
29 SSL info: SSLv3 write finished A
30 SSL info: SSLv3 flush data
31 SSL info: SSLv3 read finished A
32 SSL info: SSL negotiation finished successfully
33 SSL info: SSL negotiation finished successfully
34 SSL connection using AES256-SHA
35 Succeeded in starting TLS
36 >>> auth plain AHVzZXJ4AHNlY3JldA==
37 ??? 503
38 <<< 503 AUTH command used when not advertised
39 >>> mail from:<x@y> size=1234
40 ??? 501
41 <<< 501 <x@y> size=1234: malformed address: size=1234 may not follow <x@y>
42 >>> quit
43 ??? 221
44 <<< 221 myhost.test.ex closing connection
45 End of script
46 Connecting to 127.0.0.1 port 1225 ... connected
47 ??? 220
48 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
49 >>> ehlo foobar
50 ??? 250-
51 <<< 250-myhost.test.ex Hello foobar [127.0.0.1]
52 ??? 250-
53 <<< 250-SIZE 52428800
54 ??? 250-
55 <<< 250-PIPELINING
56 ??? 250-
57 <<< 250-AUTH PLAIN
58 ??? 250-
59 <<< 250-STARTTLS
60 ??? 250
61 <<< 250 HELP
62 >>> starttls
63 ??? 220
64 <<< 220 TLS go ahead
65 Attempting to start TLS
66 SSL info: before/connect initialization
67 SSL info: before/connect initialization
68 SSL info: SSLv2/v3 write client hello A
69 SSL info: SSLv3 read server hello A
70 SSL info: SSLv3 read server certificate 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 >>> auth plain AHVzZXJ4AHNlY3JldA==
82 ??? 235
83 <<< 235 Authentication succeeded
84 >>> mail from:<x@y> size=1234
85 ??? 250
86 <<< 250 OK
87 >>> quit
88 ??? 221
89 <<< 221 myhost.test.ex closing connection
90 End of script