1 # Exim test configuration 0198
3 .include DIR/aux-var/std_conf_prefix
8 # This test originated as an Exim configuration check local parts before
9 # relaying certain domains to a specific host.
11 # We actually check this not by verifying, but by feeding in a message
14 # ----- Main settings -----
16 domainlist local_domains = copy.domain
18 NEXTHOST = V4NET.0.0.1
20 # This is the file containing valid local parts, and its search type.
22 LOCALPARTFILE = DIR/aux-fixed/TESTNUM.locals
30 # This router passes all addresses to the passing-on transport. It is
31 # used for the domains for which no local part checking is being done.
35 domains = ! +local_domains
36 route_list = * NEXTHOST byname
40 # This router checks for the existence of the local part in a file; if
41 # found, the address is passed on for delivery to the next host.
45 condition = ${lookup{$local_part}SEARCHTYPE{LOCALPARTFILE}}
50 # ----- Transports -----
52 # This transport is used for passing the message on to the next host.
68 * * F,2h,15m; G,16h,1h,1.5; F,4d,8h