Use %ld not %l
[exim.git] / test / confs / 0032
index 7ec81cc20a0aa98ef4d4c414f89697c97a973d28..8af551b0c105e6d076952bcb87f5fc206c0509c7 100644 (file)
@@ -1,17 +1,13 @@
 # Exim test configuration 0032
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 
 # ----- Main settings -----
 
+dsn_from = MailProgram <xyz@some.where>
 
 
 # ----- Routers -----
@@ -38,10 +34,12 @@ local_delivery:
   delivery_date_add
   envelope_to_add
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   return_path_add
 
 smtp:
   driver = smtp
+  hosts_try_fastopen = :
 
 
 # End