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