1 # Exim test configuration 0284
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
11 # ----- Main settings -----
13 qualify_domain = test.ex
22 address_data = ${if match{$local_part}{^(.)}{$1}}
23 transport = ${if match{$local_part}{^.*-(.*)\$}{$1}fail}
26 # ----- Transports -----
33 file = DIR/test-mail/batched
40 file = DIR/test-mail/$local_part
47 file = DIR/test-mail/$domain
54 batch_id = $address_data
55 file = DIR/test-mail/batched