1 # Exim test configuration 0139
3 .include DIR/aux-var/std_conf_prefix
6 # ----- Main settings -----
8 domainlist local_domains = exim.test.ex
12 acl_smtp_helo = check_helo
13 acl_smtp_rcpt = check_recipient
14 acl_smtp_mail = check_mail
15 acl_smtp_vrfy = check_vrfy
22 warn dnslists = rbl2.test.ex!=127.0.0.3 : rbl3.test.ex=127.0.0.3
26 warn dnslists = rbl.test.ex=127.0.0.1
27 warn dnslists = rbl.test.ex!=127.0.0.1
28 warn dnslists = rbl.test.ex!=127.0.0.3
29 warn dnslists = rbl.test.ex==127.0.0.1
30 warn dnslists = rbl.test.ex==127.0.0.1,127.0.0.2
31 warn dnslists = rbl.test.ex!==127.0.0.1
32 warn dnslists = rbl.test.ex!==127.0.0.3
33 warn dnslists = rbl.test.ex!==127.0.0.1,127.0.0.2
34 warn dnslists = rbl.test.ex
38 warn dnslists = rbl4.test.ex&0.0.0.6
39 warn dnslists = rbl4.test.ex&127.0.0.3
40 warn dnslists = rbl4.test.ex!&0.0.0.7
41 add_header = DNSlist: $dnslist_domain $dnslist_text $dnslist_matched
42 warn dnslists = rbl5.test.ex,rbl4.test.ex=127.0.0.128
43 add_header = DNSlist: $dnslist_domain $dnslist_text $dnslist_matched
47 warn message = X-Warn: host is listed in $dnslist_domain but not =127.0.0.3\
48 ${if def:dnslist_text{\n $dnslist_text}}
49 dnslists = rbl3.test.ex!=127.0.0.3
50 deny message = host is listed in $dnslist_domain with value 127.0.0.3\
51 ${if def:dnslist_text{\n$dnslist_text}}
52 dnslists = rbl3.test.ex=127.0.0.3
53 require verify = sender
54 deny message = unrouteable address
56 accept domains = +local_domains
57 deny message = relay not permitted
67 data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.aliases}}
68 qualify_preserve_domain
74 transport = local_delivery
77 # ----- Transports -----
85 file = DIR/test-mail/$local_part
86 create_file = DIR/test-mail