diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-11-03 23:13:34 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-11-05 16:55:33 +0000 |
commit | ee8b809061baea861fc87c41bcb72a62d76b0047 (patch) | |
tree | 015dadad49f70deb9a2bc0887452ced9824b9f8b /test/confs/4050 | |
parent | b536a578fbabdc9d39da53d54a8d7700ba537431 (diff) |
Squashed commit of PIPE_CONNECT
Diffstat (limited to 'test/confs/4050')
-rw-r--r-- | test/confs/4050 | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/test/confs/4050 b/test/confs/4050 new file mode 100644 index 000000000..06a85c089 --- /dev/null +++ b/test/confs/4050 @@ -0,0 +1,63 @@ +# test config 4050 +# Pipelining the early part of the SMTP conversation + +CONNECTCOND= +CONTROL= +RETRY=7d + +keep_environment = PATH +exim_path = EXIM_PATH +host_lookup_order = bydns +spool_directory = DIR/spool + +.ifdef SERVER +log_file_path = DIR/spool/log/SERVER%slog +.else +log_file_path = DIR/spool/log/%slog +.endif + +gecos_pattern = "" +gecos_name = CALLER_NAME +dns_cname_loops = 9 +chunking_advertise_hosts = +tls_advertise_hosts = + +pipelining_connect_advertise_hosts = CONNECTCOND +retry_data_expire = RETRY +log_selector = +received_recipients +pipelining +queue_only + +acl_smtp_rcpt = accept + +# +begin routers + +server: + driver = redirect + condition = ${if eq {SERVER}{server}} + data = :blackhole: + +clientbounce: + driver = redirect + condition = ${if !def:sender_address} + data = :blackhole: + +client: + driver = manualroute + route_data = 127.0.0.1::PORT_D + self = send + transport = smtp + +# +begin transports + +smtp: + driver = smtp + hosts_pipe_connect = CONTROL + max_rcpt = 1 + +# +begin retry + +* * F,5d,1d + |