From 2f6c7b1aa0bf4a675d0ec95646b27f5c71bf06c2 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 3 Oct 2019 19:25:18 +0100 Subject: [PATCH] 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 95e7d49d7..245cc3925 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 -- 2.39.2