1 # TLS server: server ca cert from directory
2 exim -DSERVER=server -bd -oX PORT_D
5 ### Should accept message
6 client-ssl 127.0.0.1 PORT_D
17 mail from:<CALLER@test.ex>
19 rcpt to:<CALLER@test.ex>
23 This is a test encrypted message.
29 ### Should accept message (with a difficult env-from)
30 client-ssl 127.0.0.1 PORT_D
41 mail from:<"name with spaces"@test.ex>
43 rcpt to:<CALLER@test.ex>
47 This is a test encrypted message.
53 ### client cert verify required; none given
54 client-ssl -t2 HOSTIPV4 PORT_D
70 ### client cert verify required; good one supplied
71 client-ssl HOSTIPV4 PORT_D DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
82 mail from:<CALLER@test.ex>
84 rcpt to:<CALLER@test.ex>
88 This is a test encrypted message from a verified host.