Trying to use SMTP proxy, but there might be limitations?

2015-09-20 Thread Michael Shadle
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

Congrats to nginx - now the most used webserver in the top 1000 websites

2013-07-03 Thread Michael Shadle
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

Re: kerberos

2013-06-07 Thread Michael Shadle
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

Re: Q: about "best" way for remove www in hostname in nginxish

2013-05-06 Thread Michael Shadle
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.