Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0213
1 # Exim test configuration 0213
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 domainlist local_domains = test.ex
9 qualify_domain = test.ex
10
11
12 # ----- Routers -----
13
14 begin routers
15
16 others:
17 driver = manualroute
18 domains = ! +local_domains
19 route_list = * 127.0.0.1 byname
20 self = send
21 transport = smtp
22 no_more
23
24
25 # ----- Transports -----
26
27 begin transports
28
29 smtp:
30 driver = smtp
31 port = PORT_S
32 hosts_try_fastopen = :
33
34
35 # ----- Retry -----
36
37
38 begin retry
39
40 * * F,5d,1h
41
42
43 # End