1 # Exim test configuration 0085
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
12 # ----- Main settings -----
14 domainlist local_domains = test.ex : \
25 domains = smart.domain
26 local_parts = ${lookup{$domain}lsearch{DIR/aux-fixed/TESTNUM.data}{$value}}
28 senders = ${lookup{$domain}lsearch{DIR/aux-fixed/TESTNUM.data}{$value}}
33 domains = ! +local_domains
35 data = :fail: unrouteable mail domain "$domain"
40 local_parts = ${lookup{$domain}lsearch{DIR/aux-fixed/TESTNUM.data}{$value}}
41 require_files = ${lookup{$domain.files}lsearch{DIR/aux-fixed/TESTNUM.data}{$value}}
43 senders = ${lookup{$domain}lsearch{DIR/aux-fixed/TESTNUM.data}{$value}}
48 # ----- Transports -----