From: Jeremy Harris Date: Sat, 6 Jun 2015 20:59:05 +0000 (+0100) Subject: PRDR: enable server-side in the default config X-Git-Tag: exim-4_86_RC2~11 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/ff1c79bc224878d274eebc592750e525d1a98f9b PRDR: enable server-side in the default config --- diff --git a/src/src/configure.default b/src/src/configure.default index fe08bc243..3223bffae 100644 --- a/src/src/configure.default +++ b/src/src/configure.default @@ -236,6 +236,13 @@ host_lookup = * #rfc1413_query_timeout = 5s +# 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. +# +prdr_enable = true + + # By default, Exim expects all envelope addresses to be fully qualified, that # is, they must contain both a local part and a domain. If you want to accept # unqualified addresses (just a local part) from certain hosts, you can specify