summaryrefslogtreecommitdiff
path: root/test/confs/0290
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/0290
parentae8386f03e54cc05f92fcb78b8edcf87184f29aa (diff)
testsuite: abstract out common conf settings
Diffstat (limited to 'test/confs/0290')
-rw-r--r--test/confs/029012
1 files changed, 3 insertions, 9 deletions
diff --git a/test/confs/0290 b/test/confs/0290
index 5c4a7aa18..e7c501c91 100644
--- a/test/confs/0290
+++ b/test/confs/0290
@@ -10,16 +10,10 @@ C1=#
C2=#
C1C2 this should be a comment
-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 -----