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