panic_coredump option. Bug 2892
[exim.git] / test / confs / 0551
index b37b74cf7b7495bcfd5af1e193e5b953354a1118..02ba786b17a2052e1fb79b9b60a22c3e12748609 100644 (file)
@@ -1,6 +1,6 @@
 # Exim test configuration 0551
 
-LS=+pid
+LOG_SELECTOR=+pid
 
 .include DIR/aux-var/std_conf_prefix
 
@@ -8,7 +8,7 @@ primary_hostname = myhost.test.ex
 
 # ----- Main settings -----
 
-log_selector = LS
+log_selector = LOG_SELECTOR
 
 # ----- Routers -----
 
@@ -27,5 +27,6 @@ t1:
   driver = appendfile
   user = CALLER
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
 
 # End