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