X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fconfs%2F0284;h=8c76179a753b43892befd1779705a7be145904c0;hb=9370c62082c6596c3eaf5dcf6c0b29cf002bd321;hp=a3bac7b5bcdfd427f5cd377b1239c77a973b279a;hpb=bc3c7bb7d4aba3e563434e5627fe1f2176aa18c0;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/0284 b/test/confs/0284 index a3bac7b5b..8c76179a7 100644 --- a/test/confs/0284 +++ b/test/confs/0284 @@ -1,14 +1,8 @@ # Exim test configuration 0284 -exim_path = EXIM_PATH -keep_environment = -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 -tls_advertise_hosts = # ----- Main settings ----- @@ -22,7 +16,9 @@ begin routers all: driver = accept address_data = ${if match{$local_part}{^(.)}{$1}} - transport = ${if match{$local_part}{^.*-(.*)\$}{$1}fail} + transport = ${if eq {${substr_-1_1:$local_part}}{1} {t1} \ + {${if eq {${substr_-1_1:$local_part}}{2} {t2} \ + {${if eq {${substr_-1_1:$local_part}}{3} {t3} {t4}}}}}} # ----- Transports ----- @@ -40,6 +36,7 @@ t2: driver = appendfile batch_max = 100 file = DIR/test-mail/$local_part + create_file = DIR/test-mail envelope_to_add user = CALLER @@ -47,6 +44,7 @@ t3: driver = appendfile batch_max = 100 file = DIR/test-mail/$domain + create_file = DIR/test-mail envelope_to_add user = CALLER