TLS: preload configuration items
[users/heiko/exim.git] / test / scripts / 1100-Basic-TLS / 1103
1 # TLS client: creds caching
2 #
3 #
4 mkdir -p DIR/tmp/certs
5 cp DIR/aux-fixed/cert1 DIR/tmp/certs/servercert
6 cp DIR/aux-fixed/cert1 DIR/tmp/certs/serverkey
7 #
8 # load up one message in the queue
9 exim test@example.com
10 ****
11 #
12 # start the daemon, with a queue-run interval
13 # this will send the queued message and the receive will re-queue it
14 #exim -d-all+tls+receive+timestamp -DSERVER=server -bd -q7s -oX PORT_D
15 exim -DSERVER=server -bd -q7s -oX PORT_D
16 ****
17 sleep 1
18 killdaemon
19 #
20 sudo rm -fr DIR/tmp
21 no_msglog_check