Welcome! Log In Create A New Profile

Advanced

Re: reverse proxy imap

vicosoft@gmail.com
February 10, 2011 01:50AM
Thanks.

Now I understand. And is there any way the proxy server is who would pass
the request to port 993 Lotus Domino server and this is who sent the SSL
certificate?
---
Jose Antonio Vico Palomino
E-Mail: vicosoft@gmail.com

Visita mi Blogs:
http://www.vicosoft.org/blog/
http://www.mobileme.es
http://www.manchegox.org
http://www.todosconsoftwarelibre.es
http://www.caminodesantiago.vicosoft.org

Facebook: http://www.facebook.com/Quijote
Twitter: http://twitter.com/vicosoft

Skype: vicosoft
Google Talk: vicosoft@gmail.com





2011/2/9 Igor Sysoev <igor@sysoev.ru>

> On Wed, Feb 09, 2011 at 11:50:50AM +0100, vicosoft@gmail.com wrote:
> > Imap works reverse proxy on port 143 successfully. With this setting.
> >
> > File -> mailauth.pm:
> >
> > package mailauth;
> > use nginx;
> >
> > sub handler {
> > my $r = shift;
> > $r->header_out("Auth-Status", "OK");
> > $r->header_out("Auth-Server", '172.18.1.9');
> > $r->header_out("Auth-Port", '143');
> > $r->send_http_header("Auth Plain", "text/html");
> > # warn 'H: ',$r->remote_addr;
> > return OK;
> > }
> > 1;
> >
> >
> > But I'm not clear how to do work against the SSL port 993. I generate
> > certificates in the proxy server or Lotus Domino server? I have no idea.
>
> nginx can not proxy IMAP using SSL.
>
>
> --
> Igor Sysoev
> http://sysoev.ru/en/
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

reverse proxy imap

vicosoft@gmail.com February 09, 2011 03:10AM

Re: reverse proxy imap

vicosoft@gmail.com February 09, 2011 05:54AM

Re: reverse proxy imap

Igor Sysoev February 09, 2011 06:12AM

Re: reverse proxy imap

vicosoft@gmail.com February 10, 2011 01:50AM

Re: reverse proxy imap

Weibin Yao February 10, 2011 02:08AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 224
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready