1 # Exim test configuration 356
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 acl_smtp_rcpt = accept
15 trusted_users = CALLER
18 # ------ Routers ------
24 domains = lists.test.ex
25 local_part_suffix = -request
26 local_part_suffix_optional
27 senders = ${if eq {$local_part_suffix}{-request}{*}\
29 ${if exists {DIR/aux-fixed/TESTNUM/$local_part}\
30 {lsearch;DIR/aux-fixed/TESTNUM/$local_part}{*}}\
32 file = DIR/aux-fixed/TESTNUM/$local_part$local_part_suffix
37 errors_to = $local_part-request@lists.test.ex
38 syntax_errors_to = $local_part-request@lists.test.ex
42 domains = lists.test.ex
44 data = :fail: $local_part@lists.test.ex is a closed mailing list
56 # ------ Transports ------
62 file = DIR/test-mail/$local_part