string.c: do not interpret '\\' before '\0' (CVE-2019-15846)
[exim.git] / test / confs / 0345
index ad35ca5ec7a0754b6b4784faf94c6680a038a45b..651d070685d1b3e4984e96cf88fb4db7e178bacf 100644 (file)
@@ -1,11 +1,7 @@
 # Exim test configuration 0345
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -13,7 +9,7 @@ domainlist local_domains = test.ex
 
 qualify_domain = test.ex
 ignore_bounce_errors_after = 0s
-admin_groups = CALLER
+admin_groups = CALLERGROUP
 
 
 # ----- Routers -----