1 # Exim test configuration 0043
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 log_selector = +smtp_incomplete_transaction
17 qualify_domain = exim.test.ex
26 require verify = sender
27 deny message = unrouteable address
29 accept domains = +local_domains
30 deny message = relay not permitted
40 domains = ! +local_domains
41 data = :fail: unrouteable mail domain "$domain"
47 data = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.aliases}}
53 transport = local_delivery
56 # ----- Transports -----
64 file = DIR/test-mail/$local_part