1 # Exim test configuration 0079
3 .include DIR/aux-var/std_conf_prefix
6 # ----- Main settings -----
8 domainlist local_domains = exim.test.ex
10 acl_smtp_rcpt = check_recipient
11 log_selector = +incoming_interface
12 qualify_domain = exim.test.ex
13 system_filter = DIR/aux-var/TESTNUM.filter
14 system_filter_file_transport = file
15 system_filter_reply_transport = reply
16 trusted_users = CALLER
25 warn message = X-Warning: $sender_host_address is blacklisted at $dnslist_domain
26 log_message = $sender_host_address is in $dnslist_domain
27 dnslists = rbl.test.ex
28 warn message = X-Warning: $sender_host_address is blacklisted at $dnslist_domain
29 log_message = accepting postmaster from host in $dnslist_domain
30 recipients = postmaster@exim.test.ex
31 dnslists = rbl2.test.ex
32 accept recipients = postmaster@exim.test.ex
33 deny message = host is listed in $dnslist_domain
34 dnslists = rbl2.test.ex
35 require verify = sender
36 deny message = unrouteable address
38 accept domains = +local_domains
39 deny message = relay not permitted
42 # ------ Routers ------
49 data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.aliases}}
50 qualify_preserve_domain
56 transport = local_delivery
61 transport = local_delivery
64 # ----- Transports -----
72 file = DIR/test-mail/$local_part