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-SHAnnn
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-SHAnnn
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 pppp:error:dddddddd:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:[...]:SSL alert number 40
108 <<< 554 Security failure
110 ### client cert verify required; good one supplied
111 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
112 Certificate file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem
113 Key file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
115 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
118 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
120 <<< 250-SIZE 52428800
132 Attempting to start TLS
133 SSL connection using ke-RSA-AES256-SHAnnn
134 Succeeded in starting TLS
135 >>> mail from:<CALLER@test.ex>
138 >>> rcpt to:<CALLER@test.ex>
143 <<< 354 Enter message, ending with "." on a line by itself
144 >>> This is a test encrypted message from a verified host.
147 <<< 250 OK id=10HmaZ-0005vi-00
150 <<< 221 myhost.test.ex closing connection
153 **** SMTP testing session as if from host 10.0.0.1
154 **** but without any ident (RFC 1413) callback.
155 **** This is not for real!
157 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
\r
158 503 STARTTLS command used when not advertised
\r
159 221 myhost.test.ex closing connection
\r
161 ******** SERVER ********
162 ### Should accept message
163 ### Should accept message (with a difficult env-from)
164 ### client cert verify required; none given
165 ### client cert verify required; good one supplied