1 # DANE client: ciphers option
3 exim -DSERVER=server -bd -oX PORT_D
6 ### Baseline, dane unused
7 exim -odf CALLER@localhost.test.ex
10 ### Baseline, dane used
11 exim -odf CALLER@dane256ee.test.ex
16 ### Dane cipher specified, dane unused
17 # Since dane unused, should get the same cipher as the baseline
18 exim -odf -DLIST=ECDHE-RSA-CAMELLIA256-SHA384 CALLER@localhost.test.ex
21 ### Dane cipher specified, dane used
22 # Should get the cipher specified here
23 exim -odf -DLIST=ECDHE-RSA-CAMELLIA256-SHA384 CALLER@dane256ee.test.ex