08dbaa344d1f25a55a3eef22ca37f5b54381e32d
[exim.git] / test / stdout / 2132.openssl_1_1_1
1 ### Should accept message
2 Connecting to 127.0.0.1 port 1225 ... connected
3 ??? 220
4 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
5 >>> ehlo rhu.barb
6 ??? 250-
7 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
8 ??? 250-
9 <<< 250-SIZE 52428800
10 ??? 250-
11 <<< 250-8BITMIME
12 ??? 250-
13 <<< 250-PIPELINING
14 ??? 250-
15 <<< 250-STARTTLS
16 ??? 250
17 <<< 250 HELP
18 >>> starttls
19 ??? 220
20 <<< 220 TLS go ahead
21 Attempting to start TLS
22 Succeeded in starting TLS
23 >>> helo test
24 ??? 250
25 <<< 250 myhost.test.ex Hello test [127.0.0.1]
26 >>> mail from:<CALLER@test.ex>
27 ??? 250
28 <<< 250 OK
29 >>> rcpt to:<CALLER@test.ex>
30 ??? 250
31 <<< 250 Accepted
32 >>> DATA
33 ??? 3
34 <<< 354 Enter message, ending with "." on a line by itself
35 >>> This is a test encrypted message.
36 >>> .
37 ??? 250
38 <<< 250 OK id=10HmaX-000000005vi-0000
39 >>> quit
40 ??? 221
41 <<< 221 myhost.test.ex closing connection
42 End of script
43 ### Should accept message (with a difficult env-from)
44 Connecting to 127.0.0.1 port 1225 ... connected
45 ??? 220
46 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
47 >>> ehlo rhu.barb
48 ??? 250-
49 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
50 ??? 250-
51 <<< 250-SIZE 52428800
52 ??? 250-
53 <<< 250-8BITMIME
54 ??? 250-
55 <<< 250-PIPELINING
56 ??? 250-
57 <<< 250-STARTTLS
58 ??? 250
59 <<< 250 HELP
60 >>> starttls
61 ??? 220
62 <<< 220 TLS go ahead
63 Attempting to start TLS
64 Succeeded in starting TLS
65 >>> helo test
66 ??? 250
67 <<< 250 myhost.test.ex Hello test [127.0.0.1]
68 >>> mail from:<"name with spaces"@test.ex>
69 ??? 250
70 <<< 250 OK
71 >>> rcpt to:<CALLER@test.ex>
72 ??? 250
73 <<< 250 Accepted
74 >>> DATA
75 ??? 3
76 <<< 354 Enter message, ending with "." on a line by itself
77 >>> This is a test encrypted message.
78 >>> .
79 ??? 250
80 <<< 250 OK id=10HmaY-000000005vi-0000
81 >>> quit
82 ??? 221
83 <<< 221 myhost.test.ex closing connection
84 End of script
85 ### client cert verify required; none given
86 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
87 ??? 220
88 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
89 >>> ehlo rhu.barb
90 ??? 250-
91 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
92 ??? 250-
93 <<< 250-SIZE 52428800
94 ??? 250-
95 <<< 250-8BITMIME
96 ??? 250-
97 <<< 250-PIPELINING
98 ??? 250-
99 <<< 250-STARTTLS
100 ??? 250
101 <<< 250 HELP
102 >>> starttls
103 ??? 220
104 <<< 220 TLS go ahead
105 Attempting to start TLS
106 Succeeded in starting TLS
107 >>> noop
108 ????554
109 error:dddddddd:SSL routines:ssl3_read_bytes:tlsv13 alert certificate required
110 TLS terminated
111 >>> noop
112 ??? 554
113 <<< 554 Security failure
114 End of script
115 ### client cert verify required; good one supplied
116 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
117 Certificate file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem
118 Key file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
119 ??? 220
120 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
121 >>> ehlo rhu.barb
122 ??? 250-
123 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
124 ??? 250-
125 <<< 250-SIZE 52428800
126 ??? 250-
127 <<< 250-8BITMIME
128 ??? 250-
129 <<< 250-PIPELINING
130 ??? 250-
131 <<< 250-STARTTLS
132 ??? 250
133 <<< 250 HELP
134 >>> starttls
135 ??? 220
136 <<< 220 TLS go ahead
137 Attempting to start TLS
138 Succeeded in starting TLS
139 >>> helo test
140 ??? 250
141 <<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4]
142 >>> mail from:<CALLER@test.ex>
143 ??? 250
144 <<< 250 OK
145 >>> rcpt to:<CALLER@test.ex>
146 ??? 250
147 <<< 250 Accepted
148 >>> DATA
149 ??? 3
150 <<< 354 Enter message, ending with "." on a line by itself
151 >>> This is a test encrypted message from a verified host.
152 >>> .
153 ??? 250
154 <<< 250 OK id=10HmaZ-000000005vi-0000
155 >>> quit
156 ??? 221
157 <<< 221 myhost.test.ex closing connection
158 End of script
159
160 **** SMTP testing session as if from host 10.0.0.1
161 **** but without any ident (RFC 1413) callback.
162 **** This is not for real!
163
164 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
165 503 STARTTLS command used when not advertised\r
166 221 myhost.test.ex closing connection\r
167
168 ******** SERVER ********
169 ### Should accept message
170 ### Should accept message (with a difficult env-from)
171 ### client cert verify required; none given
172 ### client cert verify required; good one supplied