Re: Mail proxy with SNI

2014-11-07 Thread Sven Köhler
Hi, Am 15.05.2014 um 19:34 schrieb Maxim Dounin: > On Thu, May 15, 2014 at 11:23:19AM -0400, salsaj wrote: > >> Is there any news on this? I would be interested to know if there are plans >> to include this in nginx? > > As of now, there are no plans. I'd also like to use SNI on port 587 (submi

Re: RE: Mail proxy with SNI

2014-05-15 Thread Maxim Dounin
Hello! On Thu, May 15, 2014 at 11:23:19AM -0400, salsaj wrote: > Is there any news on this? I would be interested to know if there are plans > to include this in nginx? As of now, there are no plans. -- Maxim Dounin http://nginx.org/ ___ nginx maili

Re: RE: Mail proxy with SNI

2014-05-15 Thread salsaj
Is there any news on this? I would be interested to know if there are plans to include this in nginx? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,237967,250113#msg-250113 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mail

Re: RE: Mail proxy with SNI

2013-03-30 Thread lblankers
On March 30, 2013 09:58AM Lukas Tribus wrote: > Thats may be a dump question: but why do you use different > host names in the first place? Is it a real business > requirement to have a host name per domain? No such thing as dumb questions, only people who can't answer them :-) I have multiple

RE: Mail proxy with SNI

2013-03-30 Thread Lukas Tribus
Thats may be a dump question: but why do you use different host names in the first place? Is it a real business requirement to have a host name per domain? Simply using a single host name for all domains would solve all you issues here. If this really is a business requirement for you (maybe the s

Re: Mail proxy with SNI

2013-03-30 Thread Jonathan Matthews
A cheaper, non-commercially-viable option (which might be acceptable as you indicate it's not a professional project) would just be to put different domains' certs on different ports. A slight one-time setup annoyance to the users, of course, but they shouldn't care if you're doing it for free. May

Re: Mail proxy with SNI

2013-03-30 Thread lblankers
On March 29, 2013 08:14PM Phil Pennock wrote: > On 2013-03-30 at 02:24 +0400, Valentin V. Bartenev wrote: > > On Saturday 30 March 2013 01:30:21 lblankers wrote: > > > I would like to use nginx 1.2.1 with TLS SNI support to proxy SMTP > > > submission for several different domains over SSL. I would

Re: Mail proxy with SNI

2013-03-29 Thread Phil Pennock
On 2013-03-30 at 02:24 +0400, Valentin V. Bartenev wrote: > On Saturday 30 March 2013 01:30:21 lblankers wrote: > > I would like to use nginx 1.2.1 with TLS SNI support to proxy SMTP > > submission for several different domains over SSL. I would expect that if I > > configure multiple servers with

Re: Mail proxy with SNI

2013-03-29 Thread Valentin V. Bartenev
On Saturday 30 March 2013 01:30:21 lblankers wrote: > Hi, > > I would like to use nginx 1.2.1 with TLS SNI support to proxy SMTP > submission for several different domains over SSL. I would expect that if I > configure multiple servers with different server names that a TLS v1 client > will select

Mail proxy with SNI

2013-03-29 Thread lblankers
Hi, I would like to use nginx 1.2.1 with TLS SNI support to proxy SMTP submission for several different domains over SSL. I would expect that if I configure multiple servers with different server names that a TLS v1 client will select the correct one through SNI. However I always get the first cer