SERVER=
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-log_file_path = DIR/spool/log/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/tls_conf_prefix
+
primary_hostname = thishost.test.ex
-spool_directory = DIR/spool
# ----- Main settings -----
log_selector = +tls_peerdn
queue_only
-queue_run_in_order
tls_advertise_hosts = *
+# Ciphers string needing normalisation (the underbar)
+tls_require_ciphers = ECDHE_RSA-AES256-SHA
+
# ----- Routers -----
hosts = thishost.test.ex
allow_localhost
port = PORT_D
+ hosts_try_fastopen = :
# ----- Retry -----