1 # Exim test configuration 0139
4 host_lookup_order = bydns
5 rfc1413_query_timeout = 0s
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
11 # ----- Main settings -----
13 domainlist local_domains = exim.test.ex
14 trusted_users = CALLER
16 acl_smtp_rcpt = check_recipient
17 acl_smtp_mail = check_mail
24 warn dnslists = rbl4.test.ex&0.0.0.6
25 warn dnslists = rbl4.test.ex&127.0.0.3
26 warn dnslists = rbl4.test.ex!&0.0.0.7
27 add_header = DNSlist: $dnslist_domain $dnslist_text
28 warn dnslists = rbl5.test.ex,rbl4.test.ex=127.0.0.128
29 add_header = DNSlist: $dnslist_domain $dnslist_text
33 warn message = X-Warn: host is listed in $dnslist_domain but not =127.0.0.3\
34 ${if def:dnslist_text{\n $dnslist_text}}
35 dnslists = rbl3.test.ex!=127.0.0.3
36 deny message = host is listed in $dnslist_domain with value 127.0.0.3\
37 ${if def:dnslist_text{\n$dnslist_text}}
38 dnslists = rbl3.test.ex=127.0.0.3
39 require verify = sender
40 deny message = unrouteable address
42 accept domains = +local_domains
43 deny message = relay not permitted
53 data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.aliases}}
54 qualify_preserve_domain
60 transport = local_delivery
63 # ----- Transports -----
71 file = DIR/test-mail/$local_part