OpenSSL: tidy DH and ECDH param setup
[exim.git] / test / confs / 2149
index dda9094a9da6d2d27e4d3b4a6747de6697f729da..d70cd5c63f9909e1ebf3e267e0fb73d1c8be01ff 100644 (file)
@@ -10,12 +10,9 @@ primary_hostname = myhost.test.ex
 
 acl_smtp_rcpt = accept
 
-queue_only
-queue_run_in_order
-
 tls_advertise_hosts = *
 tls_certificate = DIR/aux-fixed/cert1
-tls_dhparam = ${if eq {SERVER}{server}{DIR/aux-fixed/dh1}fail}
+tls_dhparam = ${if eq {SERVER}{server}{DATA}fail}
 
 
 # ----- Routers -----