Re: Domains on different IPs

2016-12-23 Thread George Kontostanos
On Sat, Dec 17, 2016 at 1:35 PM, Mark Constable <ma...@renta.net> wrote:

> I want to supply separate Letsencrypt certificates for each virtual domain
> and seeing that SNI does not work I need to allocate separate IPs. Could
> anyone give some pointers, or keywords to search for, on...
>
> a) how to make dovecot listen for different domains on different IPs?
>
> b) how to configure separate SSL certs for each of these IPs?
>

The way we do it is by specifying each IP address and certificate in
10-ssl.conf

ssl = yes

local xxx.xxx.xxx.xxx { # instead of IP you can also use hostname, which
will be resolved

  protocol imap {

ssl_cert = 

Re: Domains on different IPs

2016-12-17 Thread Aki Tuomi

> On December 17, 2016 at 1:35 PM Mark Constable <ma...@renta.net> wrote:
> 
> 
> I want to supply separate Letsencrypt certificates for each virtual domain
> and seeing that SNI does not work I need to allocate separate IPs. Could
> anyone give some pointers, or keywords to search for, on...
> 
> a) how to make dovecot listen for different domains on different IPs?
> 
> b) how to configure separate SSL certs for each of these IPs?

Au contraire, dovecot does support SNI. On earlier versions, it works by 
specifying

local_name server.name {
   ssl_cert=

Domains on different IPs

2016-12-17 Thread Mark Constable

I want to supply separate Letsencrypt certificates for each virtual domain
and seeing that SNI does not work I need to allocate separate IPs. Could
anyone give some pointers, or keywords to search for, on...

a) how to make dovecot listen for different domains on different IPs?

b) how to configure separate SSL certs for each of these IPs?