Docs: note redefined macros for expansions
[exim.git] / test / confs / 2201
index 7b257cce3dd5d96569a67343274a4cc81b58920d..8b0c72d917ada0260c94587637aeddcd30214836 100644 (file)
@@ -1,16 +1,13 @@
 # Exim test configuration 2201
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
 trusted_users = CALLER
+disable_ipv6
 
 acl_smtp_rcpt = check_rcpt
 acl_not_smtp = check_sndr
@@ -71,6 +68,7 @@ begin transports
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 remote_delivery:
@@ -78,6 +76,7 @@ remote_delivery:
   hosts = 127.0.0.1
   allow_localhost
   port = PORT_D
+  hosts_try_fastopen = :
 
 # ----- Retry -----