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]
21 Attempting to start TLS
22 SSL connection using ke-RSA-AES256-SHA
23 Succeeded in starting TLS
24 >>> mail from:<CALLER@test.ex>
27 >>> rcpt to:<CALLER@test.ex>
32 <<< 354 Enter message, ending with "." on a line by itself
33 >>> This is a test encrypted message.
36 <<< 250 OK id=10HmaX-0005vi-00
39 <<< 221 myhost.test.ex closing connection
41 ### Should accept message (with a difficult env-from)
42 Connecting to 127.0.0.1 port 1225 ... connected
44 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
47 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
61 Attempting to start TLS
62 SSL connection using ke-RSA-AES256-SHA
63 Succeeded in starting TLS
64 >>> mail from:<"name with spaces"@test.ex>
67 >>> rcpt to:<CALLER@test.ex>
72 <<< 354 Enter message, ending with "." on a line by itself
73 >>> This is a test encrypted message.
76 <<< 250 OK id=10HmaY-0005vi-00
79 <<< 221 myhost.test.ex closing connection
81 ### client cert verify required; none given
82 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
84 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
87 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
101 Attempting to start TLS
102 SSL connection using ke-RSA-AES256-SHA
103 Succeeded in starting TLS
106 error:dddddddd:SSL routines:ssl3_read_bytes:tlsv13 alert certificate required
110 <<< 554 Security failure
112 ### client cert verify required; good one supplied
113 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
114 Certificate file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem
115 Key file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
117 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
120 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
122 <<< 250-SIZE 52428800
134 Attempting to start TLS
135 SSL connection using ke-RSA-AES256-SHA
136 Succeeded in starting TLS
137 >>> mail from:<CALLER@test.ex>
140 >>> rcpt to:<CALLER@test.ex>
145 <<< 354 Enter message, ending with "." on a line by itself
146 >>> This is a test encrypted message from a verified host.
149 <<< 250 OK id=10HmaZ-0005vi-00
152 <<< 221 myhost.test.ex closing connection
155 **** SMTP testing session as if from host 10.0.0.1
156 **** but without any ident (RFC 1413) callback.
157 **** This is not for real!
159 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
\r
160 503 STARTTLS command used when not advertised
\r
161 221 myhost.test.ex closing connection
\r
163 ******** SERVER ********
164 ### Should accept message
165 ### Should accept message (with a difficult env-from)
166 ### client cert verify required; none given
167 ### client cert verify required; good one supplied