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
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
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
>> 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
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
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
__