1 # Exim test configuration 0085
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
13 # ----- Main settings -----
15 domainlist local_domains = test.ex : \
26 domains = smart.domain
27 local_parts = ${lookup{$domain}lsearch{DIR/aux-fixed/TESTNUM.data}{$value}}
29 senders = ${lookup{$domain}lsearch{DIR/aux-fixed/TESTNUM.data}{$value}}
34 domains = ! +local_domains
36 data = :fail: unrouteable mail domain "$domain"
41 local_parts = ${lookup{$domain}lsearch{DIR/aux-fixed/TESTNUM.data}{$value}}
42 require_files = ${lookup{$domain.files}lsearch{DIR/aux-fixed/TESTNUM.data}{$value}}
44 senders = ${lookup{$domain}lsearch{DIR/aux-fixed/TESTNUM.data}{$value}}
49 # ----- Transports -----