1 # Exim test configuration 0085
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
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 = test.ex : \
24 domains = smart.domain
25 local_parts = ${lookup{$domain}lsearch{DIR/aux-fixed/TESTNUM.data}{$value}}
27 senders = ${lookup{$domain}lsearch{DIR/aux-fixed/TESTNUM.data}{$value}}
32 domains = ! +local_domains
34 data = :fail: unrouteable mail domain "$domain"
39 local_parts = ${lookup{$domain}lsearch{DIR/aux-fixed/TESTNUM.data}{$value}}
40 require_files = ${lookup{$domain.files}lsearch{DIR/aux-fixed/TESTNUM.data}{$value}}
42 senders = ${lookup{$domain}lsearch{DIR/aux-fixed/TESTNUM.data}{$value}}
47 # ----- Transports -----