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