reverse proxy imap
vicosoft at gmail.com
vicosoft at gmail.com
Thu Feb 10 09:47:36 MSK 2011
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 at 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 at gmail.com
2011/2/9 Igor Sysoev <igor at sysoev.ru>
> On Wed, Feb 09, 2011 at 11:50:50AM +0100, vicosoft at 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 at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20110210/b417f071/attachment-0001.html>
More information about the nginx
mailing list