atom feed2 messages in ru.sysoev.nginxNginx for pops/imaps
FromSent OnAttachments
derwynApr 1, 2009 10:26 pm 
Igor SysoevApr 1, 2009 10:46 pm 
Subject:Nginx for pops/imaps
From:derwyn (der@netcore.co.in)
Date:Apr 1, 2009 10:26:54 pm
List:ru.sysoev.nginx

Hi,

I managed to set up nginx to use as a imap/pop proxy with ssl.

I've found on the site the code in php to authenticate the users for imap/pop. The php script on the server sees the user and password as HTTP_AUTH_USER HTTP_AUTH_PASS HTTP_AUTH_PROTOCOL

Is it also possible to get the port that the user is connection to ie 110,143 or 993,995 with some HTTP_AUTH_ variable or any other variable. Cause the HTTP_AUTH_PROTOCOL will shows up as pop/imap and not pops/imaps as desired.

I can see it in the logs which port the user is connected to eg. 110 or any other port and then redirect accordingly.

2009/03/27 17:08:03 [info] 16730#0: *1 proxied session done, client:
192.168.50.85, server: 0.0.0.0:110, login: "user1", upstream: 127.0.0.1:1100

Thanks & Regards,