Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 4053
CommitLineData
ee8b8090
JH
1# test config 4053
2# Early-pipe, CHUNKING
3
4keep_environment = PATH
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7spool_directory = DIR/spool
8
9.ifdef SERVER
10log_file_path = DIR/spool/log/SERVER%slog
11.else
12log_file_path = DIR/spool/log/%slog
13.endif
14
15gecos_pattern = ""
16gecos_name = CALLER_NAME
17dns_cname_loops = 9
18chunking_advertise_hosts = *
19tls_advertise_hosts =
20
590fd9ee
JH
21.ifdef _HAVE_DMARC
22dmarc_tld_file =
23.endif
24
ee8b8090
JH
25pipelining_connect_advertise_hosts = *
26log_selector = +pipelining
27queue_only
28
29acl_smtp_rcpt = accept
30
31#
32begin routers
33
34server:
35 driver = redirect
36 condition = ${if eq {SERVER}{server}}
37 data = :blackhole:
38
39client:
40 driver = manualroute
41 route_data = 127.0.0.1::PORT_D
42 self = send
43 transport = smtp
44
45#
46begin transports
47
48smtp:
49 driver = smtp
9039d82f 50 hosts_try_fastopen = :
ee8b8090
JH
51 hosts_pipe_connect = *
52