1 # Exim test configuration 3408
3 .include DIR/aux-var/std_conf_prefix
6 # ----- Main settings -----
8 qualify_domain = exim.test.ex
9 acl_smtp_rcpt = check_recipient
10 domainlist local_domains = exim.test.ex
19 accept recipients = postmaster@exim.test.ex
20 deny message = host is listed in $dnslist_domain
22 dnslists = rbl.test.ex
23 require verify = sender
24 deny message = unrouteable address
26 accept domains = +local_domains
27 deny message = relay not permitted
30 # ----- Authentication -----
38 ${if and {{eq{$2}{userx}}{eq{$3}{secret}}}{yes}{no}}"
49 data = ${lookup{$local_part}lsearch{DIR/aux-var/TESTNUM.aliases}}
55 transport = local_delivery
60 transport = local_delivery
63 # ----- Transports -----
71 file = DIR/test-mail/$local_part
72 create_file = DIR/test-mail