Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0179
CommitLineData
afda344b
PH
1# Exim test configuration 0179
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9queue_run_in_order
0781a8a5
JH
10# incoming_interface is used here to get the _outgoing_ local port
11log_selector = +outgoing_port +incoming_interface
afda344b
PH
12
13
14# ----- Routers -----
15
16begin routers
17
18all:
19 driver = manualroute
20 route_list = * 127.0.0.1 byname
21 self = send
22 transport = smtp
23 no_more
24
25
26# ----- Transports -----
27
28begin transports
29
30smtp:
31 driver = smtp
32 port = PORT_S
277b9979 33 hosts_try_fastopen = :
afda344b
PH
34
35
36# ----- Retry -----
37
38
39begin retry
40
41* * F,2h,15m
42
43
44# End