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:
local_name [MX_FOR_DOMAIN] {
ssl_cert = </etc/pki/tls/certs/[CERT_FOR_DOMAIN]
ssl_key = </etc/pki/tls/private/[KEY_FOR_DOMAIN]
}