• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Issue Postfix does not want to connect

Joey van Venrooij

New Pleskian
I am trying to login with outlook 365 and no matter what I try I cant connect. I have tried all 3 SMTP ports. I have tried domainname and hostname. And I get either ssl_accept error with starttls or I get lost connection after EHLO with ssl/tls. I really cant get it to work. Imap seems to work fine.

Error logs included in the screens
SSL/TLS
Ssl-tls.png
StartTLS
StartTLS.png
 
Have you tried to run Plesk Repair?

Tools & Settings -> Diagnose & Repair -> Check Mail Server
 
Btw: did you enable the "New Outlook" option? It can cause problems with the mail servers that don't run MS Exchange.

Screenshot 2022-06-24 at 17.58.12.png
 
Can you connect to the mail server on the command line and check the certs/TLS versions?

$ openssl s_client -showcerts -connect <hostneme>:465
$ openssl s_client -showcerts -connect <hostneme>:587
 
Can you connect to the mail server on the command line and check the certs/TLS versions?

$ openssl s_client -showcerts -connect <hostneme>:465
$ openssl s_client -showcerts -connect <hostneme>:587
465.png
Here is the cert data for 465, 587 gives a socket error: bad file descriptor
 
Back
Top