[exim-cvs] Testsuite: guard configs for no-PRDR build

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Git Commits Mailing List
Data:  
To: exim-cvs
Oggetto: [exim-cvs] Testsuite: guard configs for no-PRDR build
Gitweb: https://git.exim.org/exim.git/commitdiff/f7ccf53fdc4edeb5e69073af531cc81d8e9ded5a
Commit:     f7ccf53fdc4edeb5e69073af531cc81d8e9ded5a
Parent:     12fab4b0af476cf9d4bd389a2c4ebf7ff76e8252
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Jan 1 15:34:51 2024 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Mon Jan 1 15:34:51 2024 +0000


    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

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/