diff options
author | Todd Lyons <tlyons@exim.org> | 2013-11-30 11:31:21 -0800 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2013-11-30 11:31:21 -0800 |
commit | a3c8643131ef2a3f8100de7027be6bdf4e2ef3af (patch) | |
tree | e752440942ea0473c30ef2f7e1419f43ae8729b4 /doc/doc-txt/NewStuff | |
parent | 5c7706b0c39a7cbb031f1d86594b41e0c96008fa (diff) |
Proxy Protocol - Server support
Initial conf setting and expansions
Logging setting whether to record proxy host, off by default
Put PROXY processing before connect ACL
Fix incoming address logging
Add Proxy Protocol to ChangeLog
Set window for Proxy Protocol header to be sent
Update docs and EDITME.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index c90109724..11cfcffa0 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -9,6 +9,11 @@ the documentation is updated, this file is reduced to a short list. Version 4.83 ------------ + 1. If built with the EXPERIMENTAL_PROXY feature enabled, Exim can be + configured to expect an initial header from a proxy that will make the + actual external source IP:host be used in exim instead of the IP of the + proxy that is connecting to it. + Version 4.82 ------------ |