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/0243 | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 test/confs/0243 (limited to 'test/confs/0243') diff --git a/test/confs/0243 b/test/confs/0243 new file mode 100644 index 000000000..b703f3466 --- /dev/null +++ b/test/confs/0243 @@ -0,0 +1,97 @@ +# Exim test configuration 0243 + +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/%slog +gecos_pattern = "" +gecos_name = CALLER_NAME + +# ----- Main settings ----- + +acl_smtp_rcpt = check_recipient + +domainlist local_domains = nl.demon.net +qualify_domain = nl.demon.net + + +# ----- ACL ----- + +begin acl + +check_recipient: + deny message = unrouteable address + !verify = recipient + accept domains = +local_domains + deny message = relay not permitted + + +# ----- Routers ----- + +begin routers + +auto_antwoord: + driver = accept + domains = *.demon.net + require_files = DIR/aux-fixed/TESTNUM.antwoord-${local_part} + retry_use_local_part + transport = stuur_auto_antwoord + unseen + +algemeen_aliases: + driver = redirect + allow_defer + data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.algemeen}} + domains = "nl.demon.net:*.nl.demon.net:fax-gw.demon.nl: \ + www-3.demon.nl : localhost" + file_transport = address_file + group = EXIMGROUP + pipe_transport = address_pipe + retry_use_local_part + user = EXIMUSER + +rest: + driver = accept + retry_use_local_part + transport = local_delivery + + +# ----- Transports ----- + +begin transports + +local_delivery: + driver = appendfile + file = DIR/test-mail/$local_part + user = CALLER + +address_file: + driver = appendfile + user = CALLER + +address_pipe: + driver = pipe + +stuur_auto_antwoord: + driver = autoreply + file = DIR/aux-fixed/TESTNUM.antwoord-${local_part} + file_expand + from = "${lookup{$local_part} lsearch \ + {DIR/aux-fixed/TESTNUM.beantwoorders} {$value}}" + subject = "Re: $h_subject" + to = ${return_path} + reply_to = x@y, \n p@q + user = EXIMUSER + + +# ----- Retry ----- + + +begin retry + +* * F,5d,10s + + +# End -- cgit v1.2.3