felixauringer opened a new pull request, #2808: URL: https://github.com/apache/james-project/pull/2808
I found that it is possible to configure proxy protocol for managesieve but the configuration is ignored. This fixes that. I did not find any logic in managesieve that tries to act on the real client IP, so it is available now in the MDCContext but it is never used. There is already a general `BasicChannelInboundHandler` which also decodes the proxy protocol, but as far as I understand, it is only used for SMTP. ManageSieve and IMAP both have their own InboundHandler. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
