Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0467
CommitLineData
afda344b
PH
1# Exim test configuration 0467
2
3SRV=smtp
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
afda344b 7primary_hostname = myhost.test.ex
afda344b
PH
8
9# ----- Main settings -----
10
11log_selector = +outgoing_port
12disable_ipv6
13
14# ----- Routers -----
15
16begin routers
17
18r1:
19 driver = dnslookup
20 check_srv = SRV
21 transport = t1
22 self = send
23
24# ----- Transports -----
25
26begin transports
27
28t1:
29 driver = smtp
277b9979 30 hosts_try_fastopen = :
afda344b
PH
31
32# End