X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F2120;h=79a2e43f0ba6fcadbaea72db4163ca9493673818;hb=6d9b05ae272ca2122b48451c317d601e449af932;hp=e3a0ba1afef4080c62cf83329326e66d3f5adbfe;hpb=bc3c7bb7d4aba3e563434e5627fe1f2176aa18c0;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/2120 b/test/confs/2120 index e3a0ba1af..79a2e43f0 100644 --- a/test/confs/2120 +++ b/test/confs/2120 @@ -2,14 +2,9 @@ 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 -primary_hostname = myhost.test.ex -spool_directory = DIR/spool +.include DIR/aux-var/tls_conf_prefix + +primary_hostname = thishost.test.ex # ----- Main settings ----- @@ -18,10 +13,12 @@ acl_smtp_rcpt = accept 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 ----- @@ -38,9 +35,10 @@ begin transports t1: driver = smtp - hosts = 127.0.0.1 + hosts = thishost.test.ex allow_localhost port = PORT_D + hosts_try_fastopen = : # ----- Retry -----