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
11 mail from:<userx@test.ex>
13 rcpt to:<userx@test.ex>
17 This is a test encrypted message.
23 client-ssl -tls-on-connect HOSTIPV4 PORT_D aux-fixed/cert2 aux-fixed/cert2
25 mail from:<userx@test.ex>
27 rcpt to:<userx@test.ex>
31 This is a test encrypted message from a verified host.