Routers: make retry_use_local_part default true when any non-domain condition is...
[exim.git] / test / confs / 0545
1 # Exim test configuration 0545
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 disable_ipv6
9
10 # ----- Routers -----
11
12 begin routers
13
14 dns:
15 driver = dnslookup
16 transport = smtp
17 self = send
18
19
20 # ----- Transports -----
21
22 begin transports
23
24 smtp:
25 driver = smtp
26
27
28 # End