Testsuite: output changes resulting
[exim.git] / test / confs / 0462
index 31560b90f7f8980ebda464d9027b3866c532ca01..951420f11f0ab6d2ac8fe5dc805ee38a0c89e8a2 100644 (file)
@@ -1,13 +1,10 @@
 # Exim test configuration 0462
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+SELECTOR=
+
+.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 -----
 
@@ -15,6 +12,7 @@ domainlist local_domains = test.ex
 
 acl_smtp_rcpt = $local_part
 smtp_return_error_details
+log_selector = SELECTOR
 
 # ----- ACL -----
 
@@ -46,6 +44,7 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----