• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Resolved Error SSL Cert for email

mihaitiberiu

New Pleskian
Hello,

My config:
CentOS Linux 7.9.2009 (Core)
Plesk Obsidian 18.0.64 Web Pro Edition
Courier
Postfix
I have multi domain. Every domain have unique ip

I recive this error:
couriertls: read: error:14094412:SSL routines:ssl3_read_bytes:sslv3 alert bad certificate

I can sent mail on smtp (465) but not recive email in thunderbird.Can help me?
 
Hey.

STMP port 465 needs SSL/TLS Connection security. If you use Encryption method STARTTLS on port 465 you will get a connection error.

STARTTLS works on ports 25 and 587.
 
Hey,

Imap uses STARTTLS with port 143
SSL/TLS with port 993

What server address are you using in your email client? What email client are you using? Old Outlook installs don't support anything newer than TLS1.0, while PCI compliance resolver will disable older versions of TLS other than 1.2 and 1.3.
 
Hi,

After a short DM, we found out the IMAP/POP3 service was Courier which doesn't support multiple SSL certificates. Switching to Dovecot allowed the installation of SSL certificates on the mail service for each domain.

Dovecot conf was broken thus the entire mail service was uninstalled, /etc/dovecot/ moved out of the way and postfix/dovecot installed back.

The mail service works.
 
Back
Top