• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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