1 # Exim test configuration 0138
5 host_lookup_order = bydns
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
12 # ----- Main settings -----
14 acl_smtp_rcpt = check_recipient
16 domainlist local_domains = exim.test.ex
24 accept recipients = postmaster@exim.test.ex
25 accept dnslists = rbl3.test.ex
26 deny message = host is listed in $dnslist_domain
27 dnslists = rbl2.test.ex
28 warn message = X-Warning: $sender_host_address is listed at $dnslist_domain
29 dnslists = rbl.test.ex
30 require verify = sender
31 deny message = unrouteable address
33 accept domains = +local_domains
34 accept domains = +relay_domains
35 deny message = relay not permitted
45 data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.aliases}}
46 qualify_preserve_domain
52 transport = local_delivery
55 # ----- Transports -----
63 file = DIR/test-mail/$local_part