From 98cd900383067034f8996ae6f1546877114b2995 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Mon, 20 Feb 2006 16:24:59 +0000 Subject: One final test added to the test suite. --- test/confs/1009 | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 test/confs/1009 (limited to 'test/confs') diff --git a/test/confs/1009 b/test/confs/1009 new file mode 100644 index 000000000..a29187eae --- /dev/null +++ b/test/confs/1009 @@ -0,0 +1,42 @@ +# Exim test configuration 1009 + +exim_path = EXIM_PATH +host_lookup_order = bydns +rfc1413_query_timeout = 0s +spool_directory = DIR/spool +log_file_path = DIR/spool/log/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +# ----- Main settings ----- + +queue_run_in_order + + +# ----- Routers ----- + +begin routers + +r1: + driver = dnslookup + transport = t1 + self = send + + +# ----- Transports ----- + +begin transports + +t1: + driver = smtp + port = PORT_S + + +# ----- Retry ----- + +begin retry + +* * F,1d,2h + + +# End -- cgit v1.2.3