X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a08c49f10dbed682e0500e6510c78bd65002fc34..f5a39157bddc11662b93e06a9845c3d8a8dd7fa3:/test/confs/2501 diff --git a/test/confs/2501 b/test/confs/2501 index 11fc6acc7..61bf7383b 100644 --- a/test/confs/2501 +++ b/test/confs/2501 @@ -1,12 +1,8 @@ # Exim test configuration 2501 -exim_path = EXIM_PATH -host_lookup_order = bydns +.include DIR/aux-var/std_conf_prefix + primary_hostname = myhost.test.ex -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME # ----- Main settings ----- @@ -18,10 +14,17 @@ domainlist local_domains = dsearch;DIR/aux-fixed/TESTNUM.domains begin routers r1: - driver = accept - domains = +local_domains - transport = t1 - + driver = accept + domains = +local_domains + transport = t1 + +virtual: + driver = redirect + domains = *.virt.test.ex + address_data = ${lookup {TESTNUM.alias.${extract {1}{.}{$domain}}} \ + dsearch{DIR/aux-fixed} {$value}fail} + data = ${lookup{$local_part}lsearch{DIR/aux-fixed/$address_data}} + no_more # ------ Transports ------