1 # Exim test configuration 0138
3 .include DIR/aux-var/std_conf_prefix
6 # ----- Main settings -----
8 acl_smtp_rcpt = check_recipient
10 domainlist local_domains = exim.test.ex
18 accept recipients = postmaster@exim.test.ex
19 accept dnslists = rbl3.test.ex
20 deny message = host is listed in $dnslist_domain
21 dnslists = rbl2.test.ex
22 warn message = X-Warning: $sender_host_address is listed at $dnslist_domain
23 dnslists = rbl.test.ex
24 require verify = sender
25 deny message = unrouteable address
27 accept domains = +local_domains
28 accept domains = +relay_domains
29 deny message = relay not permitted
39 data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.aliases}}
40 qualify_preserve_domain
46 transport = local_delivery
49 # ----- Transports -----
57 file = DIR/test-mail/$local_part