Re: Nginx as reverse proxy mail server host

2020-07-05 Thread siva.pannier
Thanks for your inputs.. let me try those.. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,288532,288566#msg-288566 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx as reverse proxy mail server host

2020-07-04 Thread Francis Daly
On Fri, Jul 03, 2020 at 08:38:09AM -0400, siva.pannier wrote: Hi there, > My understanding from your suggestions is that you do not want me to make > any corrections on the client code. I just need to make corrections on the > Nginx configuration as per the blog link. Not quite, no. You need t

Re: Nginx as reverse proxy mail server host

2020-07-03 Thread siva.pannier
Thank you for your suggestions! My understanding from your suggestions is that you do not want me to make any corrections on the client code. I just need to make corrections on the Nginx configuration as per the blog link. I am trying to understand that blog, going through again and again. so fa

Re: Nginx as reverse proxy mail server host

2020-07-02 Thread Francis Daly
On Thu, Jul 02, 2020 at 02:20:59PM -0400, siva.pannier wrote: Hi there, > I am trying to proxy a SMTP server on Nginx using the below configuration. I > want all the client calls to hit the SMTP server via my proxy host. I want > the SSL termination on nginx for the client calls to the SMTP Serve

Nginx as reverse proxy mail server host

2020-07-02 Thread siva.pannier
Hi, I am trying to proxy a SMTP server on Nginx using the below configuration. I want all the client calls to hit the SMTP server via my proxy host. I want the SSL termination on nginx for the client calls to the SMTP Server. When I do the connection getting below exception even before the SSL h