From afda344b580b54a4513569720aec3260cd5ba546 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Tue, 7 Feb 2006 10:34:24 +0000 Subject: More new test committing. --- test/confs/9901 | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 test/confs/9901 (limited to 'test/confs/9901') diff --git a/test/confs/9901 b/test/confs/9901 new file mode 100644 index 000000000..86f70033b --- /dev/null +++ b/test/confs/9901 @@ -0,0 +1,69 @@ +# Exim test configuration 9901 + +COM= +SERVER= + +exim_path = EXIM_PATH +host_lookup_order = bydns +primary_hostname = myhost.test.ex +rfc1413_query_timeout = 0s +spool_directory = DIR/spool +log_file_path = DIR/spool/log/SERVER%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +# ----- Main settings ----- + +acl_smtp_rcpt = accept +qualify_domain = test.ex +queue_run_in_order +smtp_receive_timeout = 1s + + +# ----- Routers ----- + +begin routers + +# These are commented out for the server + +COM r1: +COM driver = accept +COM domains = no.delay +COM transport = t1 + +COM r2: +COM driver = dnslookup +COM transport = t1 + +# This is the only one available for the server + +r3: + driver = accept + transport = t2 + + +# ----- Transports ----- + +begin transports + +t1: + driver = smtp + allow_localhost + hosts = 127.0.0.1 + hosts_override + port = PORT_D + +t2: + driver = appendfile + file = /dev/null + user = CALLER + + +# ----- Retry ----- + +begin retry + +* * F,1d,10m + + +# End -- cgit v1.2.3