From f7ccf53fdc4edeb5e69073af531cc81d8e9ded5a Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 1 Jan 2024 15:34:51 +0000 Subject: [PATCH] Testsuite: guard configs for no-PRDR build --- test/confs/0900 | 2 ++ test/confs/0901 | 2 ++ test/confs/4550 | 2 ++ 3 files changed, 6 insertions(+) diff --git a/test/confs/0900 b/test/confs/0900 index 2d53eff1a..219751ec1 100644 --- a/test/confs/0900 +++ b/test/confs/0900 @@ -32,7 +32,9 @@ primary_hostname = testhost.test.ex domainlist local_domains = @ : test.ex acl_smtp_rcpt = check_recipient +.ifdef _HAVE_PRDR acl_smtp_data_prdr = check_prdr +.endif acl_smtp_data = check_data trusted_users = CALLER queue_only diff --git a/test/confs/0901 b/test/confs/0901 index 361a9bf6c..36a2fddac 100644 --- a/test/confs/0901 +++ b/test/confs/0901 @@ -29,7 +29,9 @@ primary_hostname = testhost.test.ex domainlist local_domains = @ : test.ex acl_smtp_rcpt = check_recipient +.ifdef _HAVE_PRDR acl_smtp_data_prdr = check_prdr +.endif acl_smtp_data = check_data trusted_users = CALLER queue_only diff --git a/test/confs/4550 b/test/confs/4550 index 4b596f300..dfced42c8 100644 --- a/test/confs/4550 +++ b/test/confs/4550 @@ -11,7 +11,9 @@ primary_hostname = myhost.test.ex acl_smtp_rcpt = accept acl_smtp_dkim = accept logwrite = signer: $dkim_cur_signer bits: $dkim_key_length h=$dkim_headernames +.ifdef _HAVE_PRDR acl_smtp_data_prdr = accept local_parts = okuser +.endif prdr_enable log_selector = +dkim_verbose -- 2.30.2