CRL addition returns count of CRLs added
[exim.git] / test / stdout / 3460
1 Connecting to ip4.ip4.ip4.ip4 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 [ip4.ip4.ip4.ip4]
7 ??? 250-
8 <<< 250-SIZE 52428800
9 ??? 250-
10 <<< 250-8BITMIME
11 ??? 250-
12 <<< 250-PIPELINING
13 ??? 250-
14 <<< 250-AUTH PLAIN
15 ??? 250-
16 <<< 250-STARTTLS
17 ??? 250
18 <<< 250 HELP
19 >>> auth plain AHVzZXJ4AHNlY3JldA==
20 ??? 235
21 <<< 235 Authentication succeeded
22 >>> quit
23 ??? 221
24 <<< 221 myhost.test.ex closing connection
25 End of script
26 Connecting to 127.0.0.1 port 1225 ... connected
27 ??? 220
28 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
29 >>> ehlo foobar
30 ??? 250-
31 <<< 250-myhost.test.ex Hello foobar [127.0.0.1]
32 ??? 250-
33 <<< 250-SIZE 52428800
34 ??? 250-
35 <<< 250-8BITMIME
36 ??? 250-
37 <<< 250-PIPELINING
38 ??? 250-
39 <<< 250-AUTH PLAIN
40 ??? 250-
41 <<< 250-STARTTLS
42 ??? 250
43 <<< 250 HELP
44 >>> auth plain AHVzZXJ4AHNlY3JldA==
45 ??? 503
46 <<< 503 STARTTLS required before AUTH
47 >>> starttls
48 ??? 220
49 <<< 220 TLS go ahead
50 Attempting to start TLS
51 SSL info: before/connect initialization
52 SSL info: before/connect initialization
53 SSL info: SSLv2/v3 write client hello A
54 SSL info: SSLv3 read server hello A
55 SSL info: SSLv3 read server certificate A
56 SSL info: SSLv3 read server done A
57 SSL info: SSLv3 write client key exchange A
58 SSL info: SSLv3 write change cipher spec A
59 SSL info: SSLv3 write finished A
60 SSL info: SSLv3 flush data
61 SSL info: SSLv3 read server session ticket A
62 SSL info: SSLv3 read finished A
63 SSL info: SSL negotiation finished successfully
64 SSL info: SSL negotiation finished successfully
65 SSL connection using AES256-SHA
66 Succeeded in starting TLS
67 >>> ehlo foobar
68 ??? 250-
69 <<< 250-myhost.test.ex Hello foobar [127.0.0.1]
70 ??? 250-
71 <<< 250-SIZE 52428800
72 ??? 250-
73 <<< 250-8BITMIME
74 ??? 250-
75 <<< 250-PIPELINING
76 ??? 250-
77 <<< 250-AUTH PLAIN
78 ??? 250
79 <<< 250 HELP
80 >>> auth plain AHVzZXJ4AHNlY3JldA==
81 ??? 235
82 <<< 235 Authentication succeeded
83 >>> quit
84 ??? 221
85 <<< 221 myhost.test.ex closing connection
86 End of script