• 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.

Issue ERROR MAIL error:0A000102:SSL

Brusteld

New Pleskian
Server operating system version
Ubuntu 22.04.2
Plesk version and microupdate number
18.0.53
Hello I can't connect to the email with outlook in logs shows me:
Jul 3 17:26:33 trusting-tu postfix/smtpd[66567]: connect from 44.red-88-22-92.staticip.rima-tde.net[88.22.92.44]
Jul 3 17:26:33 trusting-tu postfix/smtpd[66567]: SSL_accept error from 44.red-88-22-92.staticip.rima-tde.net[88.22.92.44]: -1
Jul 3 17:26:33 trusting-tu postfix/smtpd[66567]: warning: TLS library problem: error:0A000102:SSL routines::unsupported protocol:../ssl/statem/statem_srvr.c:1657:
Jul 3 17:26:33 trusting-tu postfix/smtpd[66567]: lost connection after CONNECT from 44.red-88-22-92.staticip.rima-tde.net[88.22.92.44]
Jul 3 17:26:33 trusting-tu postfix/smtpd[66567]: disconnect from 44.red-88-22-92.staticip.rima-tde.net[88.22.92.44] commands=0/0
Jul 3 17:26:33 trusting-tu dovecot: pop3-login: Disconnected: Connection closed: SSL_accept() failed: error:0A000102:SSL routines::unsupported protocol (no auth attempts in 0 secs): user=<>, rip=88.22.92.44, lip=87.106.236.101, TLS handshaking: SSL_accept() failed: error:0A000102:SSL routines::unsupported protocol, session=<hnrLd5j/fd1YFlws>
Jul 3 17:26:45 trusting-tu dovecot: pop3-login: Disconnected: Connection closed: SSL_accept() failed: error:0A000102:SSL routines::unsupported protocol (no auth attempts in 0 secs): user=<>, rip=193.202.122.15, lip=87.106.236.101, TLS handshaking: SSL_accept() failed: error:0A000102:SSL routines::unsupported protocol, session=</gqIeJj/9FfBynoP>
 
You can try this:
1. Log in the server via GUI.
2. Navigate to Tools&Settings > TLS versions and ciphers management > Settings
3. Update cipher by clicking on sync now
4. Re-try to configure outlook or mobile client.

or this:

1. Access the server over SSH.
2. Open the following file in text editor: /etc/dovecot/conf.d/11-plesk-security-ssl.conf.
3. Change ssl_min_protocol=TLSv1.3 to ssl_min_protocol=TLSv1.2.
4. Save the changes and close the file.
5. Restart Dovecot service:
#service dovecot restart
 
Back
Top