diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-03 19:25:18 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-04 10:25:26 +0100 |
commit | 2f6c7b1aa0bf4a675d0ec95646b27f5c71bf06c2 (patch) | |
tree | f0573f0e23d546d1b49b4d35e92ca50d72c0512c /src | |
parent | 40e3c5bf336560b49acf722d19cc9284fc43dba8 (diff) |
PRDR: add implementation notes in sample configuration
Diffstat (limited to 'src')
-rw-r--r-- | src/src/configure.default | 5 |
1 files changed, 5 insertions, 0 deletions
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 |