appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 0495
index b33cbf1ef89f50a617e5155aa16a06aac21328ec..589686a38d07447136aa0147b3d6a6a364634419 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0495
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -69,7 +64,7 @@ t1:
   driver = smtp
   hosts = 127.0.0.1 : HOSTIPV4
   port = PORT_S
-  interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
+  hosts_try_fastopen = :
   allow_localhost
   command_timeout = 1s
 
@@ -77,15 +72,17 @@ t2:
   driver = smtp
   hosts = V4NET.9.8.7
   port = PORT_S
+  hosts_try_fastopen = :
 
 t3:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 t4:
   driver = smtp
   hosts = V4NET.10.10.10
   port = nonexistent
+  hosts_try_fastopen = :
 
 # End