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