1 # Exim test configuration 0307
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 acl_smtp_rcpt = accept
14 trusted_users = CALLER
17 # ------ Routers ------
23 domains = lists.test.ex
24 local_part_suffix = -request
25 local_part_suffix_optional
26 senders = ${if eq {$local_part_suffix}{-request}{*}\
28 ${if exists {DIR/aux-fixed/TESTNUM/$local_part}\
29 {lsearch;DIR/aux-fixed/TESTNUM/$local_part}{*}}\
31 file = DIR/aux-fixed/TESTNUM/$local_part$local_part_suffix
36 errors_to = $local_part-request@lists.test.ex
37 syntax_errors_to = $local_part-request@lists.test.ex
41 domains = lists.test.ex
43 data = :fail: $local_part@lists.test.ex is a closed mailing list
55 # ------ Transports ------
61 file = DIR/test-mail/$local_part