Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0213
CommitLineData
afda344b
PH
1# Exim test configuration 0213
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9qualify_domain = test.ex
10
11
12# ----- Routers -----
13
14begin routers
15
16others:
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
27begin transports
28
29smtp:
30 driver = smtp
31 port = PORT_S
277b9979 32 hosts_try_fastopen = :
afda344b
PH
33
34
35# ----- Retry -----
36
37
38begin retry
39
40* * F,5d,1h
41
42
43# End