• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Problem with smtp

python

Regular Pleskian
Since I update plesk to the latest version I can not send mails from smtp it tells me something like access denied. These are the errors I found:

Jul 6 21:21:03 server postfix/smtpd[1088]: connect from server.com[xx.xx.xx.xx]
Jul 6 21:21:03 server postfix/smtpd[1088]: SSL_accept error from server.com[xxxxxx]: 0
Jul 6 21:21:03 server postfix/smtpd[1088]: warning: TLS library problem: 1088:error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca:s3_pkt.c:1275:SSL alert number 48:
Jul 6 21:21:03 server postfix/smtpd[1088]: lost connection after STARTTLS from server.com[xxxxxx]
Jul 6 21:21:03 server postfix/smtpd[1088]: disconnect from server.com[xxxxx]

I try to connect with openssl from ssh:
openssl s_client -starttls smtp -crlf -connect server.com:587

Returns this error:


CONNECTED(00000003)
depth=0 C = CH, L = Schaffhausen, O = Plesk, CN = Plesk, emailAddress = [email protected]
verify error:num=18:self signed certificate
verify return:1
depth=0 C = CH, L = Schaffhausen, O = Plesk, CN = Plesk, emailAddress = [email protected]
verify return:1
 
Last edited:
Hi python,

as you can see, you use the default SELF-SIGNED certificate from Plesk for your secure connection. Pls. consider to replace the certificate with a valid one, if you desire secure connections. It's realy easy now with Plesk Onyx and Let's Encrypt to create a valid certificate for "mail.YOUR-DOMAIN.COM" over your domain - specific settings and it is again very easy to secure your mail - server with such a certificate ( => HOME > Tools & Settings > SSL/TLS Certificates ):

Plesk-Onyx_Tools-Settings_SSL-TLS-Settings_001.png
 
Back
Top