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
15 acl_smtp_rcpt = check_recipient
16 acl_smtp_mail = check_mail
23 warn dnslists = rbl4.test.ex&0.0.0.6
24 warn dnslists = rbl4.test.ex&127.0.0.3
25 warn dnslists = rbl4.test.ex!&0.0.0.7
29 warn message = X-Warn: host is listed in $dnslist_domain but not =127.0.0.3\
30 ${if def:dnslist_text{\n $dnslist_text}}
31 dnslists = rbl3.test.ex!=127.0.0.3
32 deny message = host is listed in $dnslist_domain with value 127.0.0.3\
33 ${if def:dnslist_text{\n$dnslist_text}}
34 dnslists = rbl3.test.ex=127.0.0.3
35 require verify = sender
36 deny message = unrouteable address
38 accept domains = +local_domains
39 deny message = relay not permitted
49 data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.aliases}}
50 qualify_preserve_domain
56 transport = local_delivery
59 # ----- Transports -----
67 file = DIR/test-mail/$local_part