From ff1c79bc224878d274eebc592750e525d1a98f9b Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 6 Jun 2015 21:59:05 +0100 Subject: [PATCH] PRDR: enable server-side in the default config --- src/src/configure.default | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.30.2