Re: IMAP: auth_http

2014-04-14 Thread Shawn Za
This dummy auth script has been the ONLY way I can get my imap or smtp proxy working! The problem is that I can only have either imap or smtp. The block below works great, I just put my backend server (remote location) instead of 127.0.0.1, and my Auth-Port is 143. I see that nginx accepts SSL

Re: IMAP: auth_http

2014-04-13 Thread Shawn Za
Does this location snippet go inside the mail directive or outside of it in nginx.conf? I only have 1 backend, I am using it to proxy for http but also need imap/smtp proxy for it. When i use location inside the mail directive and reload nginx, it throws an error Maxim Dounin wrote in post #11

Re: IMAP: auth_http

2013-03-11 Thread Maxim Dounin
Hello! On Sun, Mar 10, 2013 at 02:43:11PM -0700, Grant wrote: > >> nginx seems to require being pointed to an HTTP server for imap > >> authentication. Here's the protocol spec: > >> > >> http://wiki.nginx.org/MailCoreModule#Authentication > >> > >> Is the idea to program this server yourself or

Re: IMAP: auth_http

2013-03-10 Thread Grant
>> nginx seems to require being pointed to an HTTP server for imap >> authentication. Here's the protocol spec: >> >> http://wiki.nginx.org/MailCoreModule#Authentication >> >> Is the idea to program this server yourself or does a server like this >> already exist? > > It's usually a script written

Re: IMAP: auth_http

2013-03-10 Thread Maxim Dounin
Hello! On Thu, Mar 07, 2013 at 09:16:11PM -0800, Grant wrote: > nginx seems to require being pointed to an HTTP server for imap > authentication. Here's the protocol spec: > > http://wiki.nginx.org/MailCoreModule#Authentication > > Is the idea to program this server yourself or does a server l

IMAP: auth_http

2013-03-07 Thread Grant
nginx seems to require being pointed to an HTTP server for imap authentication. Here's the protocol spec: http://wiki.nginx.org/MailCoreModule#Authentication Is the idea to program this server yourself or does a server like this already exist? - Grant __