From 24f66b4d1c46e638edbd1af06d3705cf0767a3c7 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 7 May 2012 21:15:33 +0100 Subject: Add testcase for callout fallback from ESMTP to SMTP. --- test/confs/5400 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'test/confs') diff --git a/test/confs/5400 b/test/confs/5400 index 15690b756..8f2e8b585 100644 --- a/test/confs/5400 +++ b/test/confs/5400 @@ -13,9 +13,17 @@ gecos_name = CALLER_NAME domainlist local_domains = test.ex : *.test.ex -acl_smtp_rcpt = accept control = cutthrough_delivery +acl_smtp_rcpt = ar +# ----- ACLs ----- + +begin acl + +ar: + accept control = cutthrough_delivery + logwrite = rcpt for $local_part@$domain + # ----- Routers ----- begin routers -- cgit v1.2.3