Squashed commit of PIPE_CONNECT
[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
21pipelining_connect_advertise_hosts = *
22log_selector = +pipelining
23queue_only
24
25acl_smtp_rcpt = accept
26
27#
28begin routers
29
30server:
31 driver = redirect
32 condition = ${if eq {SERVER}{server}}
33 data = :blackhole:
34
35client:
36 driver = manualroute
37 route_data = 127.0.0.1::PORT_D
38 self = send
39 transport = smtp
40
41#
42begin transports
43
44smtp:
45 driver = smtp
46 hosts_pipe_connect = *
47