testsuite: abstract out common conf settings
[exim.git] / test / confs / 0054
index 1a0ddd3c66d71ddbe4ebb5aef71b900c42a05df3..3ad8751572a12c02b753ab0c7abd4d5e8efa6cce 100644 (file)
@@ -1,13 +1,9 @@
 # Exim test configuration 0054
 
-exim_path = EXIM_PATH
-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
+.include DIR/aux-var/std_conf_prefix
+
 trusted_users = CALLER
+primary_hostname = myhost.ex
 
 # ----- Main settings -----