1 # TLS server: general ops and certificate extractions
3 exim -DSERVER=server -bd -oX PORT_D
5 client-gnutls 127.0.0.1 PORT_D
16 mail from:<CALLER@test.ex>
18 rcpt to:<CALLER@test.ex>
22 This is a test encrypted message.
28 client-gnutls 127.0.0.1 PORT_D
39 mail from:<"name with spaces"@test.ex>
41 rcpt to:<CALLER@test.ex>
45 This is a test encrypted message.
51 client-gnutls HOSTIPV4 PORT_D
63 client-gnutls 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
74 mail from:<CALLER@test.ex>
76 rcpt to:<CALLER@test.ex>
80 This is a test encrypted message from a verified host.