mail config auth_http
Nginx Lova
lists at ruby-forum.com
Wed Feb 18 02:11:36 MSK 2009
Hello
Is there a way to do the following
mail {
auth_http auth.$HTTP_DOMAIN/auth/pop?;
pop3_capabilities "TOP" "UIDL" "USER";
server{
listen 995;
protocol pop3;
proxy on;
ssl on;
ssl_certificate /dir/to/ssl.crt;
ssl_certificate /dir/to/ssl.key;
server_name mypop.somedomain.com;
}
}
were $HTTP_DOMAIN is parsed front the user ?
Cheers
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list