diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-01-19 22:12:16 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-01-19 23:42:48 +0000 |
commit | 90e0b2485d19eea5e93b5adad2fbcce5fc48a237 (patch) | |
tree | 4f6fcf83f90d03433db4c76a2c383ea3c7d6d73e /test/scripts/1100-Basic-TLS | |
parent | 64cc4714abd0d616327bfacdfc1b0fb45bff096e (diff) |
Testsuite: case for TLS client tls-on-connect
Diffstat (limited to 'test/scripts/1100-Basic-TLS')
-rw-r--r-- | test/scripts/1100-Basic-TLS/1160 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/scripts/1100-Basic-TLS/1160 b/test/scripts/1100-Basic-TLS/1160 new file mode 100644 index 000000000..ce7298e47 --- /dev/null +++ b/test/scripts/1100-Basic-TLS/1160 @@ -0,0 +1,20 @@ +# TLS client: tls-on-connect +# +# For packet-capture, use "runtest -keep" and add (at least) tls debug on the daemon line. +# For GnuTLS, additionally run the daemon under sudo. +# Tell wireshark to use DIR/spool/sslkeys for Master Secret log, and decode TCP/1225 as TLS, TLS/1225 as SMTP +# +# sudo exim -DSERVER=server -d+tls -bd -oX PORT_D +exim -DSERVER=server -bd -oX PORT_D +**** +exim CALLER@test.ex +Test message. Contains FF: ÿ +**** +exim CALLER@test.ex abcd@test.ex xyz@test.ex +Test message to two different hosts +**** +exim -v -qf +**** +killdaemon +exim -DSERVER=server -DNOTDAEMON -qf +**** |