Follow CNAME chains only one step. Bug 2264
[exim.git] / test / stdout / 2103
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
ce25e298 21SSL connection using ke-RSA-AES256-SHA
54c5ebb1
PH
22Succeeded in starting TLS
23>>> mail from:<userx@test.ex>
24??? 250
25<<< 250 OK
26>>> rcpt to:<userx@test.ex>
27??? 550
ce25e298 28<<< 550 unacceptable cipher TLSv1:ke-RSA-AES256-SHA:xxx
54c5ebb1
PH
29>>> quit
30??? 221
31<<< 221 myhost.test.ex closing connection
32End of script
33Connecting to 127.0.0.1 port 1225 ... connected
34??? 220
35<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
36>>> ehlo rhu.barb
37??? 250-
38<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
39??? 250-
40<<< 250-SIZE 52428800
41??? 250-
5b456975
JH
42<<< 250-8BITMIME
43??? 250-
54c5ebb1
PH
44<<< 250-PIPELINING
45??? 250-
46<<< 250-STARTTLS
47??? 250
48<<< 250 HELP
49>>> starttls
50??? 220
51<<< 220 TLS go ahead
52Attempting to start TLS
ce25e298 53SSL connection using ke-RSA-AES256-SHA
54c5ebb1
PH
54Succeeded in starting TLS
55>>> helo rhu.barb
56??? 250
57<<< 250 myhost.test.ex Hello rhu.barb [127.0.0.1]
58>>> mail from:<userx@test.ex>
59??? 250
60<<< 250 OK
61>>> rcpt to:<userx@test.ex>
62??? 250
63<<< 250 Accepted
64>>> DATA
65??? 3
66<<< 354 Enter message, ending with "." on a line by itself
67>>> This is a test encrypted message.
68>>> .
69??? 250
70<<< 250 OK id=10HmaX-0005vi-00
71>>> quit
72??? 221
73<<< 221 myhost.test.ex closing connection
74End of script