Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 5208
1 # Exim test configuration 5208
2
3 LIST=
4 SELF=freeze
5
6 .include DIR/aux-var/std_conf_prefix
7
8 primary_hostname = myhost.test.ex
9
10 # ----- Main settings -----
11
12
13 # ----- Routers -----
14
15 begin routers
16
17 r1:
18 driver = queryprogram
19 domains = query.program
20 transport = t1
21 command = /bin/echo "accept hosts=LIST"
22 command_user = CALLER
23
24
25 # ----- Transports -----
26
27 begin transports
28
29 t1:
30 driver = smtp
31 hosts_try_fastopen = :
32
33 # End