diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-07-11 12:02:12 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-07-11 12:45:09 +0100 |
commit | d4dc049f9a9e80ac3a470fd644418668eefedecb (patch) | |
tree | eb276ce9c53cb5f55fcd2a173a49cb1155fb533b /test/confs/4804 | |
parent | ae8386f03e54cc05f92fcb78b8edcf87184f29aa (diff) |
testsuite: abstract out common conf settings
Diffstat (limited to 'test/confs/4804')
-rw-r--r-- | test/confs/4804 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/test/confs/4804 b/test/confs/4804 index a1ba90dd1..a891d14dc 100644 --- a/test/confs/4804 +++ b/test/confs/4804 @@ -3,22 +3,16 @@ SERVER= OPT= -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 +.include DIR/aux-var/std_conf_prefix + timezone = UTC +primary_hostname = myhost.test.ex # ----- Main settings ----- acl_smtp_rcpt = accept log_selector = OPT -tls_advertise_hosts = : # ------ ACL ------ |