1 # Exim test configuration 0533
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 -----
23 local_part_prefix = file-
24 local_part_suffix = =*
25 data = DIR/test-mail/${substr_1:$local_part_suffix}
30 local_part_prefix = pipe-
31 local_part_suffix = =*
32 caseful_local_part = true
33 data = |${substr_1:$local_part_suffix}
37 # ----- Transports -----