• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Dovecot SNI doesn't seem to be working with Plesk Premium Email Extension (Kolab/Guam)

peterbo

New Pleskian
I've been investing some serious hours to get Postfix/Dovecot working with SNI certifiactes and the Plesk Premium Email Extension (Kolab) now.

However,
Code:
echo | openssl s_client -connect localhost:993 -servername xyz.com
will keep returning the global server's mail certificate, not dovecot's certificate from the local_name section.

Querying the dovecot's IMAP port directly returns the correct certificate (9993):
Code:
echo | openssl s_client -connect localhost:9993 -servername xyz.com

How can I make the Plesk Premium Email Extension (Kolab)/Guam SNI compatible? This is quite urgent, because I confirmed a roadmap with this feature after upgrading to Obsidian.

Thank you in advance!
 
Back
Top