1 # Exim test configuration 0284
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
13 # ----- Main settings -----
15 qualify_domain = test.ex
24 address_data = ${if match{$local_part}{^(.)}{$1}}
25 transport = ${if match{$local_part}{^.*-(.*)\$}{$1}fail}
28 # ----- Transports -----
35 file = DIR/test-mail/batched
42 file = DIR/test-mail/$local_part
49 file = DIR/test-mail/$domain
56 batch_id = $address_data
57 file = DIR/test-mail/batched