Re: Mail Proxy with Multiple Mail Domains

2019-11-13 Thread Phillip Odam
The only issue we encountered using the nginx Mail auth api was in finding out what encoding is used for the header values. In Java we currently use the following to decode the password password = URLDecoder.decode(password.replaceAll("\\+", "%2b"), "UTF-8"); My understanding is that nginx encode

Re: Mail Proxy with Multiple Mail Domains

2019-11-13 Thread Patrick
On 2019-11-13 20:00, nscl...@gmx.de wrote: > I would like to setup a Nginx mail proxy which handles IMAP and SMTP for two > different mail domains and two different backend servers (one server for each > of the domains). The docs have a good example at: https://www.nginx.com/resources/wiki/start

Nginx Container crash no logs

2019-11-13 Thread Richard Dakin
Hey all, We have a new set up running large amounts of data through a container nginx. This is crashing, without error. Forcing a reboot to recover daily at the moment. We are getting nothing from nginx logs or the docker logs of any use. Any suggestions to debugging this? CONTAINER ID IMAGE COMM

Mail Proxy with Multiple Mail Domains

2019-11-13 Thread nsclick
Hello,   I would like to setup a Nginx mail proxy which handles IMAP and SMTP for two different mail domains and two different backend servers (one server for each of the domains). Let's say we have the two mail domains: - mail.foo.com - mail.bar.com   Then we can setup a minimalistic mail bloc

Nginx 405 not allowed issue

2019-11-13 Thread skumar48
Hi, I want to allow to accept post request for static content by nginx server. i have three solution so i can add patches. take a look below. 1.) error_page 405 =200 $uri This basically tells nginx to change the response code to 200 for 405 messages 2.) location / { rewrit

Help with nginx second request

2019-11-13 Thread Эмануил Кант
Hi all, I would really appreciate it if you could help me with nginx. The situation is: Nginx (v. 1.14.2) redirects the request to the application server. In case this request with the POST method and the application server gives an error code 500, the response is transmitted to the client. But