diff options
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/4500 | 21 | ||||
l--------- | test/confs/4501 | 1 | ||||
l--------- | test/confs/4502 | 1 |
3 files changed, 23 insertions, 0 deletions
diff --git a/test/confs/4500 b/test/confs/4500 new file mode 100644 index 000000000..e452bc091 --- /dev/null +++ b/test/confs/4500 @@ -0,0 +1,21 @@ +# Exim test configuration 4500 + +SERVER= + +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 ----- + +acl_smtp_rcpt = accept + +queue_only +queue_run_in_order + +# End diff --git a/test/confs/4501 b/test/confs/4501 new file mode 120000 index 000000000..c4f73bacd --- /dev/null +++ b/test/confs/4501 @@ -0,0 +1 @@ +4500
\ No newline at end of file diff --git a/test/confs/4502 b/test/confs/4502 new file mode 120000 index 000000000..c4f73bacd --- /dev/null +++ b/test/confs/4502 @@ -0,0 +1 @@ +4500
\ No newline at end of file |