summaryrefslogtreecommitdiff
path: root/test/confs/0289
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-07-11 12:02:12 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-07-11 12:45:09 +0100
commitd4dc049f9a9e80ac3a470fd644418668eefedecb (patch)
treeeb276ce9c53cb5f55fcd2a173a49cb1155fb533b /test/confs/0289
parentae8386f03e54cc05f92fcb78b8edcf87184f29aa (diff)
testsuite: abstract out common conf settings
Diffstat (limited to 'test/confs/0289')
-rw-r--r--test/confs/028912
1 files changed, 3 insertions, 9 deletions
diff --git a/test/confs/0289 b/test/confs/0289
index 0c4b1f28d..8cd201862 100644
--- a/test/confs/0289
+++ b/test/confs/0289
@@ -1,15 +1,9 @@
# Exim test configuration 0289
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-primary_hostname = myhost.test.ex
-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
+
trusted_users = CALLER
+primary_hostname = myhost.test.ex
# ----- Main settings -----