1 # Exim test configuration 0198
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
8 gecos_name = CALLER_NAME
10 trusted_users = CALLER
12 # This test originated as an Exim configuration check local parts before
13 # relaying certain domains to a specific host.
15 # We actually check this not by verifying, but by feeding in a message
18 # ----- Main settings -----
20 domainlist local_domains = copy.domain
22 NEXTHOST = V4NET.0.0.1
24 # This is the file containing valid local parts, and its search type.
26 LOCALPARTFILE = DIR/aux-fixed/TESTNUM.locals
34 # This router passes all addresses to the passing-on transport. It is
35 # used for the domains for which no local part checking is being done.
39 domains = ! +local_domains
40 route_list = * NEXTHOST byname
44 # This router checks for the existence of the local part in a file; if
45 # found, the address is passed on for delivery to the next host.
49 condition = ${lookup{$local_part}SEARCHTYPE{LOCALPARTFILE}}
54 # ----- Transports -----
56 # This transport is used for passing the message on to the next host.
72 * * F,2h,15m; G,16h,1h,1.5; F,4d,8h