Author Topic: SNI Support  (Read 9722 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
SNI Support
« on: November 29, 2017, 05:10:27 PM »
Hi,

I'm not sure if this belongs here or into the Suggestions Forum ...

Can you add SNI support for Dovecot? (See here )

An easy way to do this would b:
- every time a certificate for a domain gets created, get the mx entry for that domain and add that to the certification request
- creating a sni.conf in /etc/dovecot/ and include that in dovecot.conf
- insert the following code:
Code: [Select]
local_name [MX_FOR_DOMAIN] {
  ssl_cert = </etc/pki/tls/certs/[CERT_FOR_DOMAIN]
  ssl_key = </etc/pki/tls/private/[KEY_FOR_DOMAIN]
}