1 # Exim test configuration 0284
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
12 # ----- Main settings -----
14 qualify_domain = test.ex
23 address_data = ${if match{$local_part}{^(.)}{$1}}
24 transport = ${if match{$local_part}{^.*-(.*)\$}{$1}fail}
27 # ----- Transports -----
34 file = DIR/test-mail/batched
41 file = DIR/test-mail/$local_part
48 file = DIR/test-mail/$domain
55 batch_id = $address_data
56 file = DIR/test-mail/batched