From f83a760f108f79279c210e208bb02c270569a951 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Fri, 26 Jan 2018 18:40:41 +0000 Subject: Cutthrough: fix for port-number defined by router. Bug 2229 --- test/confs/5407 | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 test/confs/5407 (limited to 'test/confs') diff --git a/test/confs/5407 b/test/confs/5407 new file mode 100644 index 000000000..0d41b0b7d --- /dev/null +++ b/test/confs/5407 @@ -0,0 +1,52 @@ +# Exim test configuration 5407 + +# any options on the cutthrough_delivery control +CONTROL= + +# optional verify-callout +OPT= + +.include DIR/aux-var/std_conf_prefix + +primary_hostname = myhost.test.ex + +log_selector = +received_recipients +queue_only + +# ----- Main settings ----- + +domainlist local_domains = test.ex : *.test.ex + +acl_smtp_rcpt = ar + + +# ----- ACLs ----- + +begin acl + +ar: + accept + control = cutthrough_deliveryCONTROL + OPT + logwrite = rcpt for $local_part@$domain + +# ----- Routers ----- + +begin routers + +all: + driver = manualroute + domains = ! +local_domains + route_list = * 127.0.0.1::PORT_S + self = send + transport = smtp + + +# ----- Transports ----- + +begin transports + +smtp: + driver = smtp + +# End -- cgit v1.2.3