diff options
Diffstat (limited to 'test/confs/0000')
-rw-r--r-- | test/confs/0000 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/confs/0000 b/test/confs/0000 new file mode 100644 index 000000000..25474a063 --- /dev/null +++ b/test/confs/0000 @@ -0,0 +1,12 @@ +# Exim test configuration 0000 + +# This configuration is used when the test script is finding out what features +# are in the Exim binary. It needs to discover where the test suite's spool +# directory is going to be. + +spool_directory = DIR/spool +log_file_path = DIR/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +# End |