1 ### Should accept message
2 Connecting to 127.0.0.1 port 1225 ... connected
4 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
7 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
11 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
23 Attempting to start TLS
24 Succeeded in starting TLS
27 <<< 250 myhost.test.ex Hello test [127.0.0.1]
28 >>> mail from:<CALLER@test.ex>
31 >>> rcpt to:<CALLER@test.ex>
36 <<< 354 Enter message, ending with "." on a line by itself
37 >>> This is a test encrypted message.
40 <<< 250 OK id=10HmaX-000000005vi-0000
43 <<< 221 myhost.test.ex closing connection
45 ### Should accept message (with a difficult env-from)
46 Connecting to 127.0.0.1 port 1225 ... connected
48 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
51 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
55 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
67 Attempting to start TLS
68 Succeeded in starting TLS
71 <<< 250 myhost.test.ex Hello test [127.0.0.1]
72 >>> mail from:<"name with spaces"@test.ex>
75 >>> rcpt to:<CALLER@test.ex>
80 <<< 354 Enter message, ending with "." on a line by itself
81 >>> This is a test encrypted message.
84 <<< 250 OK id=10HmaY-000000005vi-0000
87 <<< 221 myhost.test.ex closing connection
89 ### client cert verify required; none given
90 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
92 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
95 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
99 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
111 Attempting to start TLS
112 Succeeded in starting TLS
115 error:dddddddd:SSL routines:ssl3_read_bytes:tlsv13 alert certificate required
119 <<< 554 Security failure
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
126 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
129 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
131 <<< 250-SIZE 52428800
133 <<< 250-LIMITS MAILMAX=1000 RCPTMAX=50000
145 Attempting to start TLS
146 Succeeded in starting TLS
149 <<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4]
150 >>> mail from:<CALLER@test.ex>
153 >>> rcpt to:<CALLER@test.ex>
158 <<< 354 Enter message, ending with "." on a line by itself
159 >>> This is a test encrypted message from a verified host.
162 <<< 250 OK id=10HmaZ-000000005vi-0000
165 <<< 221 myhost.test.ex closing connection
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!
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
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