testsuite: abstract out common conf settings
[exim.git] / test / confs / 0420
index 242b00855bf871549937a2426e9a9c1e10871601..a115c7249883f19ce1aa11157b80e1d3277cb4f1 100644 (file)
@@ -1,20 +1,16 @@
 # Exim test configuration 0420
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
 primary_hostname = mail.test.ex
 qualify_domain = test.ex
 
+queue_only
 acl_smtp_rcpt = accept
+acl_smtp_data =        accept logwrite = h: <$h_Received:>
 
 received_header_text = ${if eq{$sender_address}{x@y}{}{Received: some text}}