nginx imaps auth_http dovecot
Maxim Dounin
mdounin at mdounin.ru
Sat Apr 30 14:58:35 MSD 2011
Hello!
On Fri, Apr 29, 2011 at 12:41:32PM -0400, moorthi wrote:
> hi i want to run nginx for pops
> I configured nginx to listen on 995, actual pops is running on 1995(both
> on same server, tried on diff servers also still the same error).
> if i do openssl s_client -ssl3 -connect <domain>:1995 authentication
> working fine
> but if i do openssl s_client -ssl3 -connect <domain>:995 authentication
> is not working, it just hung after entering the password
> i'm not using epoll also
> plz suggest me
1. You have to setup correct auth_http script. Assuming you've
already done it.
2. SSL backends isn't supported by nginx mail proxy, you need
non-ssl backend and direct nginx to it.
BTW, looking into error_log usually helps a lot.
Maxim Dounin
More information about the nginx
mailing list