Re: Nginx mail proxy - ensure sender match authenticated user

2021-05-20 Thread mbrother
Hello Maxim, Thank you for your answer. As you know, nginx does not send Auth command to backend server, so there's no way for the backend to know if the sender matches the authenticated account. I tried proxy_smtp_auth config but nginx send mail COMMAND to my server but it can not understand :(

Add files to cache manually

2021-05-20 Thread foobug
I have nginx setup to proxy file uploads. The file upload streams into nginx, goes into my upstream, and then the upstream streams it to Amazon S3 (after some basic processing). In addition to proxying the upload, I also want to proxy the download, with some caching on the nginx side. It would be

Ignore Content-Length Header with NGINX configured as reverse-proxy

2021-05-20 Thread Rosolino Todaro
Hello All, Is it possible to configure NGINX to ignore the Content-Length header when used as a reverse-proxy? Ideally for an individual location block while unaffecting the rest of the configuration. Currently, if the client sends a POST with Content-Length of 32767 then 32767 bytes makes it

Re: Nginx mail proxy - ensure sender match authenticated user

2021-05-20 Thread Maxim Dounin
Hello! On Thu, May 20, 2021 at 03:25:48AM -0400, mbrother wrote: > I am a fan of nginx and I really like nginx mail proxy module. I'm having a > problem between the authenticated account and the sender when using this > module. For better understanding, please see my test below: > > root@nginx:~

Re: nginx Digest, Vol 139, Issue 19

2021-05-20 Thread Jonesy
On Wed, 19 May 2021 07:55:24 +0530, Amila Gunathilaka wrote: > > Any update for my issue guys ? Not if you are going to re-post THE ENTIRE ^%$&%&%! DIGEST ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Nginx mail proxy - ensure sender match authenticated user

2021-05-20 Thread mbrother
Hello, I am a fan of nginx and I really like nginx mail proxy module. I'm having a problem between the authenticated account and the sender when using this module. For better understanding, please see my test below: root@nginx:~# telnet xx.xx.xx.xx 25 Trying xx.xx.xx.xx ... Connected to xx.xx.