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
19 mail from:<CALLER@test.ex>
21 rcpt to:<CALLER@test.ex>
25 This is a test encrypted message.
31 ### Should accept message (with a difficult env-from)
32 client-ssl 127.0.0.1 PORT_D
45 mail from:<"name with spaces"@test.ex>
47 rcpt to:<CALLER@test.ex>
51 This is a test encrypted message.
57 ### client cert verify required; none given
58 client-ssl -t2 HOSTIPV4 PORT_D
74 ### client cert verify required; good one supplied
75 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
88 mail from:<CALLER@test.ex>
90 rcpt to:<CALLER@test.ex>
94 This is a test encrypted message from a verified host.