Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smtp does not work on office365 #62

Open
torstenwerner opened this issue Apr 11, 2014 · 4 comments
Open

smtp does not work on office365 #62

torstenwerner opened this issue Apr 11, 2014 · 4 comments

Comments

@torstenwerner
Copy link

Heartbleed -service=smtp smtp.office365.com:587
2014/04/11 10:17:51 smtp.office365.com:587 - ERROR: Server does not support STARTTLS (503 5.5.2 Send hello first)

@lanrat
Copy link

lanrat commented Apr 11, 2014

This is because Microsoft does not support TLS for any of their SMTP servers.

@yakatz
Copy link
Contributor

yakatz commented Apr 11, 2014

@lanrat This is not correct, but Microsoft SMTP does require EHLO first:

~ yehuda$ telnet smtp.office365.com 587
Trying 132.245.17.34...
Connected to outlook-nameast.office365.com.
Escape character is '^]'.
220 BLUPR02CA041.outlook.office365.com Microsoft ESMTP MAIL Service ready at Fri, 11 Apr 2014 21:10:09 +0000
STARTTLS
503 5.5.2 Send hello first
EHLO yehuda
250-BLUPR02CA041.outlook.office365.com Hello [184.199.189.146]
250-SIZE 78643200
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-STARTTLS
250-8BITMIME
250-BINARYMIME
250 CHUNKING

@yakatz
Copy link
Contributor

yakatz commented Apr 11, 2014

Although I would be really surprised if Office 365 used OpenSSL instead of a Microsoft Crypto provider.
Configuring Exchange Server with TLS: http://support.microsoft.com/kb/829721

@lanrat
Copy link

lanrat commented Apr 12, 2014

@yakatz My bad, it is hotmail and outlook that don't support SMTP STARTTLS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants