1 # TLS server: -tls-on-connect
2 exim -DSERVER=server -tls-on-connect -bd -oX PORT_D
4 client-ssl -tls-on-connect 127.0.0.1 PORT_D
12 mail from:<userx@test.ex>
14 rcpt to:<userx@test.ex>
18 This is a test encrypted message.
24 client-ssl -tls-on-connect HOSTIPV4 PORT_D aux-fixed/cert2 aux-fixed/cert2
26 mail from:<userx@test.ex>
28 rcpt to:<userx@test.ex>
32 This is a test encrypted message from a verified host.