X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/90e0b2485d19eea5e93b5adad2fbcce5fc48a237..c2decce2cb31c21601da988ef6ef02bec9073bdd:/test/scripts/1100-Basic-TLS/1151?ds=inline diff --git a/test/scripts/1100-Basic-TLS/1151 b/test/scripts/1100-Basic-TLS/1151 new file mode 100644 index 000000000..de97e32ef --- /dev/null +++ b/test/scripts/1100-Basic-TLS/1151 @@ -0,0 +1,21 @@ +# TLS client: creds caching +# +# +mkdir -p DIR/tmp/certs +cp DIR/aux-fixed/cert1 DIR/tmp/certs/servercert +cp DIR/aux-fixed/cert1 DIR/tmp/certs/serverkey +# +# load up one message in the queue +exim test@example.com +**** +# +# start the daemon, with a queue-run interval +# this will send the queued message and the receive will re-queue it +#exim -d-all+tls+receive+timestamp -DSERVER=server -bd -q7s -oX PORT_D +exim -DSERVER=server -bd -q7s -oX PORT_D +**** +sleep 1 +killdaemon +# +sudo rm -fr DIR/tmp +no_msglog_check