1 # TLS server: -tls-on-connect
3 exim -DSERVER=server -tls-on-connect -bd -oX PORT_D
5 client-gnutls -tls-on-connect 127.0.0.1 PORT_D
13 mail from:<userx@test.ex>
15 rcpt to:<userx@test.ex>
19 This is a test encrypted message.
25 client-gnutls -tls-on-connect HOSTIPV4 PORT_D aux-fixed/cert2 aux-fixed/cert2
27 mail from:<userx@test.ex>
29 rcpt to:<userx@test.ex>
33 This is a test encrypted message from a verified host.