1 # TLS server: general ops and certificate extractions
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
62 client-ssl HOSTIPV4 PORT_D DIR/aux-fixed/exim-ca/example.com/server2.example.com/server2.example.com.pem DIR/aux-fixed/exim-ca/example.com/server2.example.com/server2.example.com.unlocked.key
73 mail from:<CALLER@test.ex>
75 rcpt to:<CALLER@test.ex>
79 This is a test encrypted message from a verified host.