diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-12 00:31:01 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-12 01:10:32 +0000 |
commit | bdf36f7cd98fba7717e078de8c6f6bd3e5927cae (patch) | |
tree | 40b18e4be05531b92494c95cf4578ce2a4310976 /test/confs/2700 | |
parent | 2d8d625b2b96260d2517e59b896eb03e5c33aaf3 (diff) |
Testsuite: add testcase for Redis. Bug 1755
Diffstat (limited to 'test/confs/2700')
-rw-r--r-- | test/confs/2700 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/confs/2700 b/test/confs/2700 new file mode 100644 index 000000000..bb001681d --- /dev/null +++ b/test/confs/2700 @@ -0,0 +1,16 @@ +# Exim test configuration 2700 + +exim_path = EXIM_PATH +host_lookup_order = bydns +primary_hostname = myhost.test.ex +spool_directory = DIR/spool +log_file_path = DIR/spool/log/SERVER%slog +gecos_pattern = "" +gecos_name = CALLER_NAME +tls_advertise_hosts = + +# ----- Main settings ----- + +redis_servers = 127.0.0.1// + +# End |