1 # Exim test configuration 0307
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 -----
15 acl_smtp_rcpt = accept
16 trusted_users = CALLER
19 # ------ Routers ------
25 domains = lists.test.ex
26 local_part_suffix = -request
27 local_part_suffix_optional
28 senders = ${if eq {$local_part_suffix}{-request}{*}\
30 ${if exists {DIR/aux-fixed/TESTNUM/$local_part}\
31 {lsearch;DIR/aux-fixed/TESTNUM/$local_part}{*}}\
33 file = DIR/aux-fixed/TESTNUM/$local_part$local_part_suffix
38 errors_to = $local_part-request@lists.test.ex
39 syntax_errors_to = $local_part-request@lists.test.ex
43 domains = lists.test.ex
45 data = :fail: $local_part@lists.test.ex is a closed mailing list
57 # ------ Transports ------
63 file = DIR/test-mail/$local_part