1 # Exim test configuration 0284
3 .include DIR/aux-var/std_conf_prefix
5 primary_hostname = myhost.test.ex
7 # ----- Main settings -----
9 qualify_domain = test.ex
18 address_data = ${if match{$local_part}{^(.)}{$1}}
19 transport = ${if eq {${substr_-1_1:$local_part}}{1} {t1} \
20 {${if eq {${substr_-1_1:$local_part}}{2} {t2} \
21 {${if eq {${substr_-1_1:$local_part}}{3} {t3} {t4}}}}}}
24 # ----- Transports -----
31 file = DIR/test-mail/batched
38 file = DIR/test-mail/$local_part
45 file = DIR/test-mail/$domain
52 batch_id = $address_data
53 file = DIR/test-mail/batched