The goal:
To use headers/metadata from the incoming mail message to determine if
delivery should be allowed based on the recipients of the message.
Example: development/test environments, only allow whitelisted
recipients to get messages. I couldn't find any packages, SaaS
services or other option
http://w3techs.com/blog/entry/nginx_just_became_the_most_used_web_server_among_the_top_1000_websites
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
This is a long time coming - I wanted to reply, I funded a project to try
to get GSSAPI/SPNEGO support into nginx.
The developer didn't know Kerberos nor nginx - but tried his best to get it
to work.
I could never get it to work, but my company's AD/Kerberos setup is
confusing even for an Apache
I just do
server {
listen 80;
server_name was.foo.com;
rewrite ^ http://foo.com$uri permanent;
}
On May 6, 2013, at 9:40 AM, Aleksandar Lazic wrote:
> Dear readers,
>
> after reading
>
> http://nginx.org/en/docs/http/server_names.html#regex_names
>
> and googleing
>
> https://www.