• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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