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 Succeeded in starting TLS
23 >>> mail from:<CALLER@test.ex>
26 >>> rcpt to:<CALLER@test.ex>
31 <<< 354 Enter message, ending with "." on a line by itself
32 >>> This is a test encrypted message.
35 <<< 250 OK id=10HmaX-0005vi-00
38 <<< 221 myhost.test.ex closing connection
40 ### Should accept message (with a difficult env-from)
41 Connecting to 127.0.0.1 port 1225 ... connected
43 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
46 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
60 Attempting to start TLS
61 Succeeded in starting TLS
62 >>> mail from:<"name with spaces"@test.ex>
65 >>> rcpt to:<CALLER@test.ex>
70 <<< 354 Enter message, ending with "." on a line by itself
71 >>> This is a test encrypted message.
74 <<< 250 OK id=10HmaY-0005vi-00
77 <<< 221 myhost.test.ex closing connection
79 ### client cert verify required; none given
80 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
82 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
85 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
99 Attempting to start TLS
100 pppp:error:dddddddd:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:[...]:SSL alert number 40
106 <<< 554 Security failure
108 ### client cert verify required; good one supplied
109 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
110 Certificate file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem
111 Key file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
113 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
116 <<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
118 <<< 250-SIZE 52428800
130 Attempting to start TLS
131 Succeeded in starting TLS
132 >>> mail from:<CALLER@test.ex>
135 >>> rcpt to:<CALLER@test.ex>
140 <<< 354 Enter message, ending with "." on a line by itself
141 >>> This is a test encrypted message from a verified host.
144 <<< 250 OK id=10HmaZ-0005vi-00
147 <<< 221 myhost.test.ex closing connection
150 **** SMTP testing session as if from host 10.0.0.1
151 **** but without any ident (RFC 1413) callback.
152 **** This is not for real!
154 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
\r
155 503 STARTTLS command used when not advertised
\r
156 221 myhost.test.ex closing connection
\r
158 ******** SERVER ********
159 ### Should accept message
160 ### Should accept message (with a difficult env-from)
161 ### client cert verify required; none given
162 ### client cert verify required; good one supplied