• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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