summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-11-03 14:40:56 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-11-03 14:41:15 +0000
commit858e91c21a3a14da760299b6d54676ac18526418 (patch)
tree245fc169929e56d9a3d3130606524b09d4fb3323 /test/confs
parent27d9366447c75ae8c2263ac49f6bd7327ed15ebe (diff)
PRDR: Introduce $prdr_requested flag variable. Bug 1712
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/550010
1 files changed, 4 insertions, 6 deletions
diff --git a/test/confs/5500 b/test/confs/5500
index 6b9e328ba..bbdd696f9 100644
--- a/test/confs/5500
+++ b/test/confs/5500
@@ -22,6 +22,7 @@ trusted_users = CALLER
prdr_enable = true
+acl_smtp_mail = mail_acl
acl_smtp_rcpt = accept
acl_smtp_data_prdr = prdr_acl
acl_smtp_data = data_acl
@@ -30,6 +31,9 @@ acl_smtp_data = data_acl
begin acl
+mail_acl:
+ accept logwrite = prdr_requested: <$prdr_requested>
+
prdr_acl:
defer local_parts = usery
deny local_parts = userz
@@ -56,10 +60,4 @@ r0:
driver = accept
transport = t1
-# ----- Retry -----
-
-begin retry
-
-* * F,5d,5m
-
# End