Expansions: add ${sha3:<string>} item
[exim.git] / test / stdout / 3463.debian8
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-8BITMIME
11 ??? 250-
12 <<< 250-PIPELINING
13 ??? 250-
14 <<< 250-AUTH PLAIN
15 ??? 250-
16 <<< 250-STARTTLS
17 ??? 250
18 <<< 250 HELP
19 >>> starttls
20 ??? 220
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: SSL negotiation finished successfully
26 SSL info: SSL negotiation finished successfully
27 SSL connection using AES256-SHA
28 Succeeded in starting TLS
29 >>> auth plain AHVzZXJ4AHNlY3JldA==
30 ??? 503
31 <<< 503 AUTH command used when not advertised
32 >>> mail from:<x@y> size=1234
33 ??? 501
34 <<< 501 <x@y> size=1234: malformed address: size=1234 may not follow <x@y>
35 >>> quit
36 ??? 221
37 <<< 221 myhost.test.ex closing connection
38 End of script
39 Connecting to 127.0.0.1 port 1225 ... connected
40 ??? 220
41 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
42 >>> ehlo foobar
43 ??? 250-
44 <<< 250-myhost.test.ex Hello foobar [127.0.0.1]
45 ??? 250-
46 <<< 250-SIZE 52428800
47 ??? 250-
48 <<< 250-8BITMIME
49 ??? 250-
50 <<< 250-PIPELINING
51 ??? 250-
52 <<< 250-AUTH PLAIN
53 ??? 250-
54 <<< 250-STARTTLS
55 ??? 250
56 <<< 250 HELP
57 >>> starttls
58 ??? 220
59 <<< 220 TLS go ahead
60 Attempting to start TLS
61 SSL info: before/connect initialization
62 SSL info: before/connect initialization
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 >>> auth plain AHVzZXJ4AHNlY3JldA==
68 ??? 235
69 <<< 235 Authentication succeeded
70 >>> mail from:<x@y> size=1234
71 ??? 250
72 <<< 250 OK
73 >>> quit
74 ??? 221
75 <<< 221 myhost.test.ex closing connection
76 End of script