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/0330 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 test/confs/0330 (limited to 'test/confs/0330') diff --git a/test/confs/0330 b/test/confs/0330 new file mode 100644 index 000000000..d4ab3d46b --- /dev/null +++ b/test/confs/0330 @@ -0,0 +1,49 @@ +# Exim test configuration 0330 + +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 ----- + +qualify_domain = test.ex + + +# ----- Routers ----- + +begin routers + +alias: + driver = redirect + data = ${if eq {$local_part}{UserY}{userz1}\ + {${if eq {$local_part}{usery}{userz2}{}}}} + caseful_local_part + +forward: + driver = redirect + check_ancestor + no_check_local_user + file = DIR/aux-fixed/TESTNUM.forward + +deliver: + driver = accept + local_parts = ^userz + transport = appendfile + + +# ----- Transports ----- + +begin transports + +appendfile: + driver = appendfile + envelope_to_add + file = DIR/test-mail/$local_part + user = CALLER + + +# End -- cgit v1.2.3