Squashed commit of PIPE_CONNECT
[exim.git] / test / confs / 4050
CommitLineData
ee8b8090
JH
1# test config 4050
2# Pipelining the early part of the SMTP conversation
3
4CONNECTCOND=
5CONTROL=
6RETRY=7d
7
8keep_environment = PATH
9exim_path = EXIM_PATH
10host_lookup_order = bydns
11spool_directory = DIR/spool
12
13.ifdef SERVER
14log_file_path = DIR/spool/log/SERVER%slog
15.else
16log_file_path = DIR/spool/log/%slog
17.endif
18
19gecos_pattern = ""
20gecos_name = CALLER_NAME
21dns_cname_loops = 9
22chunking_advertise_hosts =
23tls_advertise_hosts =
24
25pipelining_connect_advertise_hosts = CONNECTCOND
26retry_data_expire = RETRY
27log_selector = +received_recipients +pipelining
28queue_only
29
30acl_smtp_rcpt = accept
31
32#
33begin routers
34
35server:
36 driver = redirect
37 condition = ${if eq {SERVER}{server}}
38 data = :blackhole:
39
40clientbounce:
41 driver = redirect
42 condition = ${if !def:sender_address}
43 data = :blackhole:
44
45client:
46 driver = manualroute
47 route_data = 127.0.0.1::PORT_D
48 self = send
49 transport = smtp
50
51#
52begin transports
53
54smtp:
55 driver = smtp
56 hosts_pipe_connect = CONTROL
57 max_rcpt = 1
58
59#
60begin retry
61
62* * F,5d,1d
63