diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-05-07 21:15:33 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-06-04 14:57:03 +0100 |
commit | 24f66b4d1c46e638edbd1af06d3705cf0767a3c7 (patch) | |
tree | b5836c1dc9ddc1d5017481aa27bbb1366ff0a7a9 /test/confs/5400 | |
parent | 2e5b33cdf3591080e44862951f7c2ac9eced16de (diff) |
Add testcase for callout fallback from ESMTP to SMTP.
Diffstat (limited to 'test/confs/5400')
-rw-r--r-- | test/confs/5400 | 10 |
1 files changed, 9 insertions, 1 deletions
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 |