testsuite: abstract out common conf settings
[exim.git] / test / confs / 0053
index 16702ffeb7aabce5ba3d8b2e630b4ea2e919d03f..04263a59f85f4dac1eb7ae1d8f87600e7170ba77 100644 (file)
@@ -1,15 +1,9 @@
 # Exim test configuration 0053
 
-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 -----