]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/confs/5730
DSN: add References: header. Bug 2452
[user/henk/code/exim.git] / test / confs / 5730
index 65fde950d61bfbbb69cd20e2ba56620048d3c4d5..2b32008d4ab4f32c0c76da24a1512ca1cb11978e 100644 (file)
@@ -3,9 +3,20 @@
 
 SERVER =
 
-.include DIR/aux-var/std_conf_prefix
+exim_path = EXIM_PATH
+keep_environment  = ^EXIM_TESTHARNESS_DISABLE_[O]CSPVALIDITYCHECK$
+host_lookup_order = bydns
+spool_directory = DIR/spool
+log_file_path = DIR/spool/log/SERVER%slog
+gecos_pattern = ""
+gecos_name = CALLER_NAME
+chunking_advertise_hosts =
 
 primary_hostname = server1.example.com
+.ifdef _HAVE_DMARC
+dmarc_tld_file =
+.endif
 
 
 # ----- Main settings -----
@@ -30,7 +41,7 @@ tls_privatekey = ${if eq {SERVER}{server}\
 fail}
 
 # from cmdline define
-tls_ocsp_file = OCSP
+tls_ocsp_file = OPT
 
 
 # ------ ACL ------