ARC: Fix signing for case when DKIM signing failed
[exim.git] / test / stdout / 2003
CommitLineData
54c5ebb1
PH
1Connecting 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 rhu.barb
5??? 250-
6<<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
7??? 250-
8<<< 250-SIZE 52428800
9??? 250-
5b456975
JH
10<<< 250-8BITMIME
11??? 250-
54c5ebb1
PH
12<<< 250-PIPELINING
13??? 250-
14<<< 250-STARTTLS
15??? 250
16<<< 250 HELP
17>>> starttls
18??? 220
19<<< 220 TLS go ahead
20Attempting to start TLS
21Succeeded in starting TLS
22>>> mail from:<userx@test.ex>
23??? 250
24<<< 250 OK
25>>> rcpt to:<userx@test.ex>
26??? 550
ba86e143 27<<< 550 unacceptable cipher TLS1.x:ke_RSA_AES_256_CBC_SHAnnn:256
54c5ebb1
PH
28>>> quit
29??? 221
30<<< 221 myhost.test.ex closing connection
31End of script
32Connecting to 127.0.0.1 port 1225 ... connected
33??? 220
34<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
35>>> ehlo rhu.barb
36??? 250-
37<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
38??? 250-
39<<< 250-SIZE 52428800
40??? 250-
5b456975
JH
41<<< 250-8BITMIME
42??? 250-
54c5ebb1
PH
43<<< 250-PIPELINING
44??? 250-
45<<< 250-STARTTLS
46??? 250
47<<< 250 HELP
48>>> starttls
49??? 220
50<<< 220 TLS go ahead
51Attempting to start TLS
52Succeeded in starting TLS
53>>> helo rhu.barb
54??? 250
55<<< 250 myhost.test.ex Hello rhu.barb [127.0.0.1]
56>>> mail from:<userx@test.ex>
57??? 250
58<<< 250 OK
59>>> rcpt to:<userx@test.ex>
60??? 250
61<<< 250 Accepted
62>>> DATA
63??? 3
64<<< 354 Enter message, ending with "." on a line by itself
65>>> This is a test encrypted message.
66>>> .
67??? 250
68<<< 250 OK id=10HmaX-0005vi-00
69>>> quit
70??? 221
71<<< 221 myhost.test.ex closing connection
72End of script