diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-06-06 21:59:05 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-06-06 22:00:08 +0100 |
commit | ff1c79bc224878d274eebc592750e525d1a98f9b (patch) | |
tree | e519d1afef96d6d20bd0c30d0573f6c2f95ac8fb /src | |
parent | df081f7ad4ff0865c6ccd318b7806eb5cfbbd0ed (diff) |
PRDR: enable server-side in the default config
Diffstat (limited to 'src')
-rw-r--r-- | src/src/configure.default | 7 |
1 files changed, 7 insertions, 0 deletions
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 |