[exim-cvs] PRDR: add implementation notes in sample configur…

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] PRDR: add implementation notes in sample configuration
Gitweb: https://git.exim.org/exim.git/commitdiff/2f6c7b1aa0bf4a675d0ec95646b27f5c71bf06c2
Commit:     2f6c7b1aa0bf4a675d0ec95646b27f5c71bf06c2
Parent:     40e3c5bf336560b49acf722d19cc9284fc43dba8
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Thu Oct 3 19:25:18 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Fri Oct 4 10:25:26 2019 +0100


    PRDR: add implementation notes in sample configuration
---
 src/src/configure.default | 5 +++++
 1 file changed, 5 insertions(+)


diff --git a/src/src/configure.default b/src/src/configure.default
index 95e7d49..245cc39 100644
--- a/src/src/configure.default
+++ b/src/src/configure.default
@@ -265,6 +265,11 @@ dns_dnssec_ok = 1
# Enable an efficiency feature. We advertise the feature; clients
# may request to use it. For multi-recipient mails we then can
# reject or accept per-user after the message is received.
+# This supports recipient-dependent content filtering; without it
+# you have to temp-reject any recipients after the first that have
+# incompatible filtering, and do the filtering in the data ACL.
+# Even with this enabled, you must support the old style for peers
+# not flagging support for PRDR (visible via $prdr_requested).
#
.ifdef _HAVE_PRDR
prdr_enable = true