Testsuite: tidying
[exim.git] / test / confs / 0054
index ee63ec24bb4aea6bcdd37e8a410f9a071cda63c7..1af7c0d512cf8a7b2f8167a77f767880796f85c7 100644 (file)
@@ -1,15 +1,9 @@
 # Exim test configuration 0054
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-primary_hostname = myhost.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 trusted_users = CALLER
+primary_hostname = myhost.ex
 
 # ----- Main settings -----
 
@@ -31,6 +25,7 @@ begin transports
 
 smtp:
   driver = smtp
+  hosts_try_fastopen = :
 
 
 # End