Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0333
1 # Exim test configuration 0333
2
3 .include DIR/aux-var/std_conf_prefix
4
5 primary_hostname = myhost.test.ex
6
7 # ----- Main settings -----
8
9 qualify_domain = test.ex
10
11
12 # ----- Routers -----
13
14 begin routers
15
16 r1:
17 driver = accept
18 domains = no.delay
19 transport = t1
20
21 r2:
22 driver = dnslookup
23 transport = t1
24
25
26 # ----- Transports -----
27
28 begin transports
29
30 t1:
31 driver = smtp
32 allow_localhost
33 hosts = 127.0.0.1
34 hosts_override
35 port = PORT_S
36 hosts_try_fastopen = :
37
38
39 # ----- Retry -----
40
41 begin retry
42
43 * * F,1d,10m
44
45
46 # End