1 # TLS server: server ca cert from directory
2 exim -DSERVER=server -bd -oX PORT_D
4 client-ssl 127.0.0.1 PORT_D
15 mail from:<CALLER@test.ex>
17 rcpt to:<CALLER@test.ex>
21 This is a test encrypted message.
27 client-ssl 127.0.0.1 PORT_D
38 mail from:<"name with spaces"@test.ex>
40 rcpt to:<CALLER@test.ex>
44 This is a test encrypted message.
50 client-ssl HOSTIPV4 PORT_D
65 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
76 mail from:<CALLER@test.ex>
78 rcpt to:<CALLER@test.ex>
82 This is a test encrypted message from a verified host.